TcxDataFindCriteria.IsActive Method
Identifies if the search criteria are active.
Declaration
function IsActive: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True only if the following conditions are met:
The search text is specified (that is, the Text property value is not an empty string).
There is at least a single item available as the search source.
Otherwise, the IsActive function returns False.
See Also