FireDAC.Comp.Client.TFDMemTable.Filtered
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDMemTable | |
Delphi
property Filtered;
C++
__property Filtered = {default=0};
Description
Indicates whether filtering is active for a dataset.
Check Filtered to determine whether or not dataset filtering is in effect. If Filtered is true, then filtering is active. Additionally, when this property is set to true, then the FetchOptions.RecsSkip and FetchOptions.RecsMax options are applied.