TdxListItem Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new list item. |
#Properties
Name | Description |
---|---|
Caption | Specifies the list item caption. |
Checked | Specifies if the item’s checkbox is checked. |
Cut | Specifies if the item is highlighted as a cut and paste operation target. |
Data | Specifies a pointer to custom data associated with the item. |
Deleting | Identifies if the List View deletes the item. |
Drop |
Identifies if the item is the target of a drag-and-drop operation. |
Enabled | Specifies if the item is enabled. |
Focused | Specifies if the item has focus. |
Group | Specifies the group that contains the list item. |
Group |
Specifies an index of the group that contains the list item. |
Hint | Specifies the item’s hint. |
Image |
Specifies the item’s image index. |
Index | Returns the item’s index in the List View’s item collection. |
Left | Returns the distance between the item and the List View‘s left border. |
List |
Provides access to the List View that owns the list item. |
Overlay |
Specifies an index of the image used as the item image’s overlay mask. |
Owner | Provides access to the item collection that owns the list item. |
Position | Returns the item position in the List View. |
Selected | Specifies if the item is selected. |
State |
Specifies an index of the item’s additional image. |
Sub |
Specifies image indexes for the item’s subitems. |
Sub |
Specifies the item’s subitems. |
Tag | Stores a value associated with the item. |
Top | Returns the distance between the item and the List View‘s top border. |
#Methods
Name | Description |
---|---|
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Cancel |
Closes the item’s in-place caption editor and discards all user changes. |
Delete | Deletes the item. |
Display |
Returns item bounds. |
Edit |
Opens the item’s in-place caption editor if it is possible. |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Make |
Scrolls the List View to bring the item into view. |
To |
Inherited from TObject. |
See Also