TdxBarManager.CreateGroup Method
Creates an item group.
Declaration
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