TdxBarItem.Index Property
Specifies item index in a bar manager’s item list.
Declaration
property Index: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
TdxBarManager contains a list of all available items. The index property returns the index of a given item in a bar manager’s item list. The first item’s index is 0.
See Also