[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the TListItems container which owns the virtual list item.
Source position: comctrls.pp line 1106
public procedure TOwnerDataListItem.SetOwner( |
AOwner: TListItems |
); |
AOwner |
|
TListItems instance which owns the virtual list item. |
Changing the owner for the list item causes values in internal members to be cleared, including:
|
Collection of list items displayed on the list view control. |
|
|
Implements a container for list items on a list view control. |