Contents - Methods - Properties
Description
Collection holding the filter specifiers
Contents - TFilter - Properties
Add
Delphi declarationInsert
function Add: TFilterData;
C++ declaration
HIDESBASE TFilterData *__fastcall Add(void)
Description
Adds a new filter specification to the list of filters
Delphi declaration
function Insert(index: Integer): TFilterData;
C++ declaration
HIDESBASE TFilterData *__fastcall Insert(int index)
Description
Inserts a new filter specification to the list of filters
Items
Delphi declaration
property Items[Index: Integer]: TFilterData;
C++ declaration
__property TFilterData *Items[int Index]
Description
Holds the list of filter specifications