Skip to main content
All docs
V24.1

TdxCustomImageEditorDialog Class

The base class for Image Editor dialog form classes.

Declaration

TdxCustomImageEditorDialog = class(
    TdxForm
)

Remarks

TdxCustomImageEditorDialog is the base form dialog class that does not implement Image Editor dialog functionality.

Create a Custom Image Editor Dialog

To create a custom Image Editor dialog form, you can inherit a form class from the TdxCustomImageEditorDialog or TdxImageEditorDialog class. Use TdxImageEditorDialog if you need to adjust the predefined Image Editor dialog. To create a new Image Editor dialog from scratch, use TdxCustomImageEditorDialog.

Assign a reference to the created class to the dxImageEditorClass global variable to replace the built-in Image Editor dialog with a custom implementation.

See Also