TdxBarItem.SetParentComponent(TComponent) Method
In This Article
Sets the parent object of TdxBarItem.
#Declaration
Delphi
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 Tdx
See Also