Vcl.ComCtrls.TListItem Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CaptionpublicSpecifies the text that labels the item in the list.
CheckedpublicDetermines whether a check mark appears next to the list item.
CutpublicDetermines whether the list item is drawn as if it is selected for a cut operation.
DatapublicSpecifies any application-specific data associated with the list item.
DeletingpublicIndicates whether an item's Destroy method has been called and the item is in the process of being deleted.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
DropTargetpublicDetermines whether the list item appears selected as a drag and drop target.
FocusedpublicIndicates whether the list item has input focus.
GroupIDpublicRepresents the group ID of an item in a list view.
HandlepublicIndicates the window handle of the list view that displays the list item.
ImageIndexpublicDetermines which image is displayed as the icon for the list item.
IndentpublicSpecifies how far the list item is indented.
IndexpublicIndicates the position of the list item in the TListItems collection.
LeftpublicSpecifies the distance, in pixels, from the left edge of the list view to the left edge of the list item.
ListViewpublicIndicates the list view control that displays the list item.
OverlayIndexpublicDetermines which image from the image list is used as an overlay mask.
OwnerpublicSpecifies the TListItems object that owns the list item.
PositionpublicSpecifies the position of the list item.
SelectedpublicIndicates whether the list item is selected.
StateIndexpublicSpecifies which image from the StateImages image list to display for the item.
SubItemImagespublicIndicates which images (if any) should appear next to subitems of the item.
SubItemspublicContains any strings that appear as subitems to the list item.
ToppublicSpecifies the distance, in pixels, from the top of the list view to the top of the list item.