Skip to main content

TdxExpressionEditor Class

The “Expression Editor“ dialog form class.

Declaration

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