Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.MasterForm Property

Determines the root parent window of the current bar manager.

#Declaration

Delphi
property MasterForm: 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. This window can be a child window for another window which is also a child window and so forth. Use the MasterForm property to determine the current bar manager’s root parent window.

To determine the window that contains the current bar manager use the ParentForm 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