Back to Devexpress

TdxImageEditorDialogClass Type

vcl-dximageeditordialog-f6dda536.md

latest1.3 KB
Original Source

TdxImageEditorDialogClass Type

The class-reference to an Image Editor dialog class.

Declaration

delphi
TdxImageEditorDialogClass = class of TdxCustomImageEditorDialog;

Referenced Class

TypeDescription
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.

Display Image Editor

To display the Image Editor dialog 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. See Also

dxImageEditorDialog Unit