TdxBarItem.Index Property
In This Article
Specifies item index in a bar manager’s item list.
#Declaration
Delphi
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