TdxBarGroup.Add(TdxBarComponent) Method
Adds a new item to the current group.
Declaration
procedure Add(AItem: TdxBarComponent);
Parameters
| Name | Type |
|---|---|
| AItem | TdxBarComponent |
Remarks
Use the Add method to add an item or group into the current group. When adding a group to the current group, all the items of the added group become members of the current group.
See Also