The {@link getSearchText SearchText} property is a TTextBox and the
{@link getSearchButton SearchButton} property is a TButton with label value "Search".
Searchable fields of the Active Record can be restricted by specifying
a comma delimited string of allowable fields in the
{@link setSearchableFields SearchableFields} property. The default is null,
meaning that most text type fields are searched (the default searchable fields
are database dependent).
getSearchText()
public method
public getSearchText ( ) : TTextBox |
return |
TTextBox |
search text box. |