TdxBarGroup.IndexOf(TdxBarComponent) Method
Returns the index of the specified grouped item.
Declaration
function IndexOf(AItem: TdxBarComponent): Integer;
Parameters
| Name | Type |
|---|---|
| AItem | TdxBarComponent |
Returns
| Type |
|---|
| Integer |
Remarks
This function returns the index of the item specified by the AItem parameter within the Items zero-based collection.
See Also