RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBStoredProc.Filtered Property

Specifies whether filtering is active for a dataset.

Pascal
property Filtered;
C++
__property Filtered;

Check Filtered to determine whether dataset filtering is in effect. If Filtered is true, then filtering is active. Otherwise Filtered is false. To apply filter conditions specified in the Filter property or the OnFilterRecord event handler, set Filtered to true. Filtered is set to false by default.

Note: When filtering is enabled, user edits to a record may mean that the record no longer meets a filter's test condition. The next time the record is retrieved from the dataset while the filter is in effect, the record may seem to disappear. If that happens, the next record that passes the filter condition becomes the current record.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!