TcxDataControllerSearch.SearchText Property
Returns the current incremental search string.
Declaration
property SearchText: string read;
Property Value
Type |
---|
string |
Remarks
Use the SearchText property to determine which text an end-user has typed since the incremental search has been initiated. Note that only the characters that had a match in the target field’s values are included into the string. So the SearchText property value always matches the start of a target field’s value. If incremental searching is not in progress, the SearchText property returns an empty string.
See Also