Back to Devexpress

dxImageEditorClass Variable

vcl-dximageeditordialog-3aac19c4.md

latest1.4 KB
Original Source

dxImageEditorClass Variable

Specifies the Image Editor dialog form class.

Declaration

delphi
var dxImageEditorClass: TdxImageEditorDialogClass;

Variable Value

TypeDescription
TdxImageEditorDialogClass

The class-reference to the active Image Editor dialog form class.

|

Remarks

Assign a reference to a TdxCustomImageEditorDialog or TdxImageEditorDialog class descendant to replace the default Image Editor dialog with a custom implementation.

Open Image Editor

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

dxShowImageEditorThis global function displays the Image Editor dialog for the specified TPicture container.TcxCustomImage.ShowImageEditorCall this procedure to display the Image Editor dialog for a TcxImage or TcxDBImage editor if it contains an image. See Also

dxImageEditorDialog Unit