TAdvStringGridTFilter

Contents - Methods - Properties


Description
Collection holding the filter specifiers

TFilter - Methods

Contents - TFilter - Properties

Add
Delphi declaration
function Add: TFilterData;
C++ declaration
HIDESBASE TFilterData *__fastcall Add(void)

Description
Adds a new filter specification to the list of filters
Insert
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

TFilter - Properties

Contents - TFilter - Methods

Items
Delphi declaration
property Items[Index: Integer]: TFilterData;
C++ declaration
__property TFilterData *Items[int Index]

Description
Holds the list of filter specifications