Back to Devexpress

TdxBarManager.ParentForm Property

vcl-dxbar-dot-tdxbarmanager-12accd0b.md

latest1.5 KB
Original Source

TdxBarManager.ParentForm Property

Determines the parent window of the current bar manager.

Declaration

delphi
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

TdxBarManager.ParentForm

TdxCustomDockControl.ParentForm

TdxDockingManager.ParentForm

TdxBarManager Class

TdxBarManager Members

dxBar Unit