Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.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 | |
| The Checked property determines whether the checkbox selection is set for the element. | ||
| The ColumnText property determines text of the specified element column. | ||
| The Cut property determines whether the element is selected as cut out. | ||
| The Data property is used to store any custom data. | ||
| The Focused property determines whether the component element is focused. | ||
| The Hint property determines text of the tooltip for the element. | ||
| The ImageIndex property determines index of the image that is placed to the left of the element. | ||
| The Indent property determines element indent from the left border of the component column. | ||
| The Index property returns index of the element in the general list of elements. | ||
| The IsVisible property returns whether the element is placed in the visible component area. | ||
| The ListView property returns the parent object. | ||
| The OverlayIndex property determines index of a covering mask. | ||
| The Selected property determines whether this component is selected. | ||
| The StateIndex property determines index of the image, which will display element state. | ||
| The Text property determines the text of the component element. |
| Method name | Brief description | |
| The CancelEdit method exits the element edit mode with saving changes. | ||
| The Delete deletes the component element. | ||
| The EditText method turns the list element to the text edit mode. | ||
| The MakeVisible method scrolls element tree so that this element is in the visible component area. |
See also: