Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxImageEditorClass Variable

Specifies the Image Editor dialog form class.

#Declaration

Delphi
var dxImageEditorClass: TdxImageEditorDialogClass;

#Variable Value

Type Description
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.

#Invoke Image Editor

To invoke the current Image Editor dialog implementation 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 if it contains an image.
See Also