[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions to get list item data when OwnerData is True.
Source position: comctrls.pp line 1544
protected procedure TCustomListView.DoGetOwnerData( |
Item: TListItem |
); virtual; |
Item |
|
List item updated in the method. |
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.