Back to Devexpress

TdxBarManager.CreateGroup Method

vcl-dxbar-dot-tdxbarmanager-7471dbd9.md

latest852 B
Original Source

TdxBarManager.CreateGroup Method

Creates an item group.

Declaration

delphi
function CreateGroup: TdxBarGroup;

Returns

Type
TdxBarGroup

Remarks

This function

  • creates an instance of the TdxBarGroup class;

  • adds this group to the list of available groups of the current bar manager which can be accessed via the bar manager’s Groups property.

Use a group’s Free method to remove it from the collection.

See Also

TdxBarManager.GroupCount

TdxBarManager Class

TdxBarManager Members

dxBar Unit