Skip to content

TTMSFNCDataGridDataFilter

Properties

Property Description
ColumnFilter[AColumn: Integer] Gets the filter data for the specified column.
Items[Index: Integer] Gets or sets the filter data at the specified index.

Methods

Method Description
Add(AColumn: Integer; ACondition: string; AOperation: TTMSFNCDataGridDataFilterOperation = gfoNone): TTMSFNCDataGridDataFilterData Adds a new filter data for the specified column with a condition and operation.
Add: TTMSFNCDataGridDataFilterData Adds a new filter data.
HasFilter(AColumn: integer): Boolean Checks if a filter exists for the specified column.
Insert(AIndex: Integer): TTMSFNCDataGridDataFilterData Inserts a new filter data at the specified index.
RemoveColumnFilter(AColumn: integer) Removes the filter for the specified column.

Go back to TTMSFNCDataGridData