TdxBarItem.SetParentComponent(TComponent) Method
Sets the parent object of TdxBarItem.
Declaration
procedure SetParentComponent(AParent: TComponent); override;
Parameters
Name | Type |
---|---|
AParent | TComponent |
Remarks
This method sets the BarManager property to the TdxBarManager to which a given item belongs.
Note
Owner of the item is a form, not TdxBarManager.
See Also