Concept Framework 1.0 documentation Contents | Index

RComboBox.FindByData

Name Type Access Version Deprecated
FindByData function public version 1.0 no

Prototype:
public function FindByData(data)

Parameters:
data      the data to look for in the combo box items.

Description:
This function gets the index of the data in the combo box items.
Warning: this function is applicable only on combo boxes with one column.

Returns:
Returns -1 if the combo box contains no item matching data, or the index of the row if it does.

Documented by Eduard Suica, generation time: Thu Oct 15 20:01:54 2009 GMT(c)2009 RadGs Software