vcl-dximageeditordialog-fa59a0c9.md
The base class for Image Editor dialog form classes.
TdxCustomImageEditorDialog = class(
TdxForm
)
TdxCustomImageEditorDialog is the base form dialog class that does not implement Image Editor dialog functionality.
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.
TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TdxCustomImageEditorDialog
See Also