TdxBarGroup.HasParent Method
Determines whether the current group belongs to a bar manager.
Declaration
function HasParent: Boolean; override;
Returns
Type |
---|
Boolean |
Remarks
When a group is created via the bar manager’s CreateGroup method, this bar manager becomes its parent. In this instance, the HasParent function returns True.
If a group is created via its constructor, this method returns True or False, depending upon whether the parent is specified.
See Also