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