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

TdxExpressionEditor Class

The “Expression Editor“ dialog form class.

#Declaration

Delphi
TdxExpressionEditor = class(
    TdxForm
)

#Remarks

This dialog includes UI elements required to create and edit calculated field expressions in container controls, including the capability to select and preview available field references, operators, and functions.

Expression Editor Dialog

The TdxExpressionEditor class extends its ancestor with the following members that allow you to specify:

If you need to adjust the standard dialog layout or show custom lists of categories, functions, or operators, derive a custom dialog form from the TdxExpressionEditor class. Assign a reference to the custom “Expression Editor” dialog form class to the FExpressionEditor global variable to replace the standard dialog available in the ExpressQuantumGrid, ExpressVerticalGrid, and ExpressQuantumTreeList Suites.

See Also