Skip to main content

TdxBarManager.Owner Property

Indicates the component that is responsible for streaming and freeing the current bar manager.

Declaration

property Owner: TWinControl read;

Property Value

Type
TWinControl

Remarks

Use the Owner property to find the owner of the current bar manager. As a bar manager is a descendant of the TComponent class it uses the Owner property of this class and returns a control of the TWinControl class.

To access the window that contains the current bar manager use the ParentForm property. To access the root parent window for the current bar manager use the MasterForm property.

See Also