Vcl.ComCtrls.TListItem Properties
InheritedProtected
| Caption | public | Specifies the text that labels the item in the list. |
| Checked | public | Determines whether a check mark appears next to the list item. |
| Cut | public | Determines whether the list item is drawn as if it is selected for a cut operation. |
| Data | public | Specifies any application-specific data associated with the list item. |
| Deleting | public | Indicates whether an item's Destroy method has been called and the item is in the process of being deleted. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| DropTarget | public | Determines whether the list item appears selected as a drag and drop target. |
| Focused | public | Indicates whether the list item has input focus. |
| GroupID | public | Represents the group ID of an item in a list view. |
| Handle | public | Indicates the window handle of the list view that displays the list item. |
| ImageIndex | public | Determines which image is displayed as the icon for the list item. |
| Indent | public | Specifies how far the list item is indented. |
| Index | public | Indicates the position of the list item in the TListItems collection. |
| Left | public | Specifies the distance, in pixels, from the left edge of the list view to the left edge of the list item. |
| ListView | public | Indicates the list view control that displays the list item. |
| OverlayIndex | public | Determines which image from the image list is used as an overlay mask. |
| Owner | public | Specifies the TListItems object that owns the list item. |
| Position | public | Specifies the position of the list item. |
| Selected | public | Indicates whether the list item is selected. |
| StateIndex | public | Specifies which image from the StateImages image list to display for the item. |
| SubItemImages | public | Indicates which images (if any) should appear next to subitems of the item. |
| SubItems | public | Contains any strings that appear as subitems to the list item. |
| Top | public | Specifies the distance, in pixels, from the top of the list view to the top of the list item. |