Back to Devexpress

TdxCustomForm Class

vcl-dxforms-0921b135.md

latest2.2 KB
Original Source

TdxCustomForm Class

The base class for DPI-aware DevExpress application forms and dialogs.

Declaration

delphi
TdxCustomForm = class abstract(TCustomForm, IdxScaleFactor, IdxAutomationElement, IdxUIAForm, IdxFormDecorator)

Remarks

Warning

TdxCustomForm is an internal form class used only as the base class for multiple form and dialog classes in DevExpress products. Use other DevExpress form classes to create custom forms in your projects.

Other DPI-Aware Form Classes

DevExpress VCL products ship with the following base form classes with support for DPI-awareness:

TdxAlertWindowAn alert window.TdxFluentDesignFormA Fluent Design application form.TdxFormThe base class for DPI-aware DevExpress application forms.TdxRibbonFormA Ribbon form class.TdxSkinFormThe base class for simple DPI-aware forms that can override global form corner and shadow settings.

Additional Information

Refer to the following help topic for detailed information on how to adapt your application to high-DPI environments: High DPI and Graphics.

Implements

IdxScaleFactor

Inheritance

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TdxCustomForm

See Also

TdxForm Class

TdxCustomForm Members

dxForms Unit