Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.ExtCtrls;
The IMetabaseListViewItem interface contains properties and methods of the MetabaseListView type can be used.
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 flag selection is set for the element. | ||
| The ColumnText property determines text of the specified element column. | ||
| The Cut property determines whether the element should be 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 tool tip for the element. | ||
| The ImageIndex property determines index of the image that should be 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 common list of elements. | ||
| The IsVisible property indicates whether the element is placed in the visible area of the component. | ||
| The ListView property returns the parent object. | ||
| The OverlayIndex property determines index of a covering mask. | ||
| The Selected property indicates 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 exists from the element edit mode saving the changes. | ||
| The Delete deletes the component element. | ||
| The EditText method transfers element of the list in the text edit mode. | ||
| The MakeVisible method scrolls the elements tree in such a way, that the specified element fits into the visible area of a component. |
See also: