TcxCustomTreeList.SearchingText Property
In This Article
Specifies the string used by the FindNext method.
#Declaration
Delphi
property SearchingText: string read; write;
#Property Value
Type |
---|
string |
#Remarks
The FindNext method searches for nodes containing the text that matches the specified string.
See Also