Back to Devexpress

TdxCustomImageEditorDialog Class

vcl-dximageeditordialog-fa59a0c9.md

latest1.9 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TdxCustomImageEditorDialog

See Also

TcxImage Class

TcxDBImage Class

TdxCustomImageEditorDialog Members

dxImageEditorDialog Unit