RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.Filtered Property

Specifies whether or not filtering is active for a table.

Pascal
property Filtered;
C++
__property Filtered;

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

 

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