[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.DoGetOwnerData

Performs actions to get list item data when OwnerData is True.

Declaration

Source position: comctrls.pp line 1544

protected procedure TCustomListView.DoGetOwnerData(

  Item: TListItem

); virtual;

Arguments

Item

  

List item updated in the method.

Description

Signals the OnData event handler (when assigned) to get the data for the list item. Properties in Item are updated in the event handler with the values needed for the list item.