TdxBarGroup.GetParentComponent Method
Returns the bar manager to which the current group belongs to.
Declaration
function GetParentComponent: TComponent; override;
Returns
Type |
---|
TComponent |
Remarks
The GetParentComponent method is interchangeable with the BarManager property.
To determine whether the current group belongs to a bar manager, use the HasParent method.
See Also