Skip to main content

TcxGetFilterValuesEvent Type

The procedural type for filter item retrieval events.

Declaration

TcxGetFilterValuesEvent = procedure(Sender: TObject; AValueList: TcxFilterValueList) of object;

Parameters

Name Type Description
Sender TObject

The grid item that raised a filter item retrieval event.

AValueList TcxFilterValueList

The list of all items in the filter pop-up window.

Remarks

The following events reference the TcxGetFilterValuesEvent procedural type:

TcxCustomEditorRowProperties.OnGetFilterValues
TcxCustomInplaceEditContainer.OnGetFilterValues
See Also