Skip to main content

TdxBarManager.ParentForm Property

Determines the parent window of the current bar manager.

Declaration

property ParentForm: TCustomForm read;

Property Value

Type
TCustomForm

Remarks

A bar manager can belong to any window such as a form, frame or dialog, that is a window which is a descendant of the TCustomForm class. Use the ParentForm property to determine the parent widow of the current bar manager.

Note

Only a single bar manager can belong to a window.

To determine the root parent window for the current bar manager use the MasterForm property. To indicate the owner of the current bar manager use the Owner property.

If the owner of a bar manager is not a descendant of the TCustomForm class the value of the MasterForm property is nil.

See Also