TdxBarManager.CreateGroup Method
In This Article
Creates an item group.
#Declaration
Delphi
function CreateGroup: TdxBarGroup;
#Returns
Type |
---|
Tdx |
#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