Skip to main content

TdxListViewOwnerDataEvent Type

The procedural type for event handlers that configure the appearance of list items.

Declaration

TdxListViewOwnerDataEvent = procedure(Sender: TdxCustomListView; AItem: TdxListItem) of object;

Parameters

Name Type Description
Sender TdxCustomListView

The List View control that raised the event.

AItem TdxListItem

The target list item.

Remarks

The List View’s OnData event references the TdxListViewOwnerDataEvent type.

See Also