FMX.Filter.TFilter.FProcessing
Delphi
FProcessing: Boolean;
C++
bool FProcessing;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | protected | FMX.Filter.pas FMX.Filter.hpp |
FMX.Filter | TFilter |
Description
Flag that shows when the filter is processing. Descendants of TFilter should use this flag in the Apply method.