TdxBarManager.MasterForm Property
Determines the root parent window of the current bar manager.
Declaration
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