TdxBarGroup.Delete(Integer) Method
Deletes an item specified by its index from the current group.
Declaration
procedure Delete(Index: Integer);
Parameters
| Name | Type |
|---|---|
| Index | Integer |
Remarks
This method deletes the item specified by the Index parameter from the Items collection.
See Also