Assembly: ExtCtrls;
The IMetabaseListViewItem interface contains properties and methods of the MetabaseListView component element.
IListViewItem
IMetabaseListViewItem
Element returns the following properties and methods:
The following can be lead to the IMetabaseListViewItem interface: the values of properties inherited by the MetabaseListView component from IListView and which return the IListViewItem type.
Property name | Brief description | |
![]() |
ObjectDescriptor |
Property name | Brief description | |
![]() |
Checked | The Checked property determines whether the checkbox selection is set for the element. |
![]() |
ColumnText | The ColumnText property determines text of the specified element column. |
![]() |
Cut | The Cut property determines whether the element is selected as cut out. |
![]() |
Data | The Data property is used to store any custom data. |
![]() |
Focused | The Focused property determines whether the component element is focused. |
![]() |
Hint | The Hint property determines text of the tooltip for the element. |
![]() |
ImageIndex | The ImageIndex property determines index of the image that is placed to the left of the element. |
![]() |
Indent | The Indent property determines element indent from the left border of the component column. |
![]() |
Index | The Index property returns index of the element in the general list of elements. |
![]() |
IsVisible | The IsVisible property returns whether the element is placed in the visible component area. |
![]() |
ListView | The ListView property returns the parent object. |
![]() |
OverlayIndex | The OverlayIndex property determines index of a covering mask. |
![]() |
Selected | The Selected property determines whether this component is selected. |
![]() |
StateIndex | The StateIndex property determines index of the image, which will display element state. |
![]() |
Text | The Text property determines the text of the component element. |
Method name | Brief description | |
![]() |
CancelEdit | The CancelEdit method exits the element edit mode with saving changes. |
![]() |
Delete | The Delete deletes the component element. |
![]() |
EditText | The EditText method turns the list element to the text edit mode. |
![]() |
MakeVisible | The MakeVisible method scrolls element tree so that this element is in the visible component area. |
See also: