TdxCustomForm Class
The base class for DPI-aware DevExpress application forms and dialogs.
#Declaration
TdxCustomForm = class abstract(TCustomForm, IdxScaleFactor, IdxAutomationElement, IdxFormDecorator)
#Remarks
Warning
Tdx
is an internal form class used only as the base class for multiple form and dialog classes in DevExpress products. Use other Dev
#Other DPI-Aware Form Classes
DevExpress VCL products ship with the following base form classes with support for DPI-awareness:
- TdxAlertWindow
- An alert window.
- TdxFluentDesignForm
- A Fluent Design application form.
- TdxForm
- The base class for DPI-aware DevExpress application forms.
- TdxRibbonForm
- A Ribbon form class.
- TdxSkinForm
- The 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.