RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem Properties

The properties of the TListItem class are listed here.

 
Name 
Description 
 
Specifies the text that labels the item in the list. 
 
Determines whether a check mark appears next to the list item. 
 
Cut 
Determines whether the list item is drawn as if it is selected for a cut operation. 
 
Data 
Specifies any application-specific data associated with the list item. 
 
Indicates whether an item's Destroy method has been called and the item is in the process of being deleted. 
 
Determines whether the list item appears selected as a drag and drop target. 
 
Indicates whether the list item has input focus. 
 
Indicates the window handle of the list view that displays the list item. 
 
Determines which image is displayed as the icon for the list item. 
 
Specifies how far the list item is indented. 
 
Indicates the position of the list item in the TListItems collection. 
 
Left 
Specifies the distance, in pixels, from the left edge of the list view to the left edge of the list item. 
 
Indicates the list view control that displays the list item. 
 
Determines which image from the image list is used as an overlay mask. 
 
Specifies the TListItems object that owns the list item. 
 
Specifies the position of the list item. 
 
Indicates whether the list item is selected. 
 
Specifies which image from the StateImages image list to display for the item. 
 
Indicates which images (if any) should appear next to subitems of the item. 
 
Contains any strings that appear as subitems to the list item. 
 
Top 
Specifies the distance, in pixels, from the top of the list view to the top of the list item. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!