TdxBarGroup.Remove(TdxBarComponent) Method
Deletes an item from the grouped items list.
Declaration
procedure Remove(AItem: TdxBarComponent);
Parameters
Name | Type |
---|---|
AItem | TdxBarComponent |
Remarks
Call the Remove method to delete an item specified by the AItem parameter from the current group.
See Also