Filter
Applies to
TAstaDataset
TAstaClientDataSet
Declaration
property
Filter: string;
Description
This works just like the TTable or TQuery Filter property. Use a Pascal expression to filter the data
set.
Example
LastName > 'A' and Age < 5