TdxBarManager.MainForm Property
In This Article
Provides access to the bar manager’s parent form.
#Declaration
Delphi
property MainForm: TCustomForm read;
#Property Value
Type | Description |
---|---|
TCustom |
The parent form of the bar manager. |
#Remarks
Warning
The Main
property is deprecated and exists for backward compatibility only. Use the Parent
See Also