TdxCustomListView.OnDataHint Event
#Declaration
property OnDataHint: TdxListViewOwnerDataHintEvent read; write;
#Remarks
This event occurs when the List View content changes in virtual mode (when the control’s OwnerData property is set to True). For example, the List View control in virtual mode raises this event when a user scrolls the control’s client area. The OnDataHint event allows you to prepare information about list items for later use.
Note
The range of items specified in the On
Refer to the TdxListViewOwnerDataHintEvent type description for information on available options.