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

TdxCustomImageEditorDialog Class

The base class for Image Editor dialog form classes.

#Declaration

Delphi
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