Skip to main content
All docs
V24.2

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

dxUIAutomationEnabled Variable

Specifies if the UI Automation functionality is enabled for all supported DevExpress controls in the application.

#Declaration

Delphi
var dxUIAutomationEnabled: Boolean = False;

#Variable Value

Type Description
Boolean
False
Default. Accessibility features are disabled; UI Automation events do not occur.
True
The UI Automation functionality is enabled for all supported products.

#Remarks

In v24.2, accessibility features are initially disabled in all supported controls because this functionality is still at the active development stage. To test the UI Automation functionality in supported products, set the dxUIAutomationEnabled global variable to True.

Tip

If you encounter any issues while the UI Automation functionality is enabled, please submit a support ticket through the DevExpress Support Center. We will be happy to follow up.

See Also