TdxCustomListView.OnData Event
Declaration
property OnData: TdxListViewOwnerDataEvent read; write;
Remarks
This event occurs every time the List View is about to display an item in virtual mode (when the control’s OwnerData property is set to True).
Refer to the TdxListViewOwnerDataEvent type description for information on available options.
See Also