vcl-dxforms-0921b135.md
The base class for DPI-aware DevExpress application forms and dialogs.
TdxCustomForm = class abstract(TCustomForm, IdxScaleFactor, IdxAutomationElement, IdxUIAForm, IdxFormDecorator)
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.
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.
Refer to the following help topic for detailed information on how to adapt your application to high-DPI environments: High DPI and Graphics.
TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TdxCustomForm
See Also