Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TOwnerDataListItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

List item used in a list view control when owner data (virtual) mode is enabled.

Declaration

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;

Inheritance

TOwnerDataListItem

  

List item used in a list view control when owner data (virtual) mode is enabled.

|

TListItem

  

Represents the items created in TCustomListView and descendants.

|

TObject

Description

TOwnerDataListItem is a TListItem descendant which implements a list item used for a list view control in virtual mode.