Skip to main content
All docs
V24.1

TdxImageEditorDialogClass Type

The class-reference to an Image Editor dialog class.

Declaration

TdxImageEditorDialogClass = class of TdxCustomImageEditorDialog;

Referenced Class

Type Description
TdxCustomImageEditorDialog

An Image Editor dialog class.

Remarks

Assign a reference to a TdxCustomImageEditorDialog class descendant to the dxImageEditorClass global variable to replace the default Image Editor dialog with a custom implementation.

Invoke Image Editor

To invoke the Image Editor dialog in code, you can call one of the following methods:

dxShowImageEditor
This global function invokes the Image Editor dialog for the specified TPicture container.
TcxCustomImage.ShowImageEditor
Call this procedure to invoke the Image Editor dialog for a TcxImage or TcxDBImage editor.
See Also