Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomForm Class

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

#Declaration

Delphi
TdxCustomForm = class abstract(TCustomForm, IdxScaleFactor, IdxAutomationElement, 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:

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.

#Implements

See Also