[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
List item used in a list view control when owner data (virtual) mode is enabled.
Source position: comctrls.pp line 1084
type TOwnerDataListItem = class(TListItem) |
||
protected |
||
function IsOwnerData; override; |
|
True if the owner for the list item has been assigned and can be updated in the widgetset class. |
public |
||
procedure SetDataIndex(); |
|
Sets the internal index position for the virutal item. |
procedure SetOwner(); |
|
Sets the TListItems container which owns the list item. |
end; |
|
List item used in a list view control when owner data (virtual) mode is enabled. |
|
| | ||
|
Represents the items created in TCustomListView and descendants. |
|
| | ||
TPersistent |
||
? | ||
TObject |
TOwnerDataListItem is a TListItem descendant which implements a list item used for a list view control in virtual mode.