TTMSFNCDataGridDataFilter
Properties
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