Skip to main content

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

TcxCustomImage.OnGetGraphicClass Event

In This Article

Occurs when the graphic class of the image assigned to an image editor is being determined.

#Declaration

Delphi
property OnGetGraphicClass: TcxImageEditGraphicClassEvent read; write;

#Remarks

Handle this event to specify the graphic class which describes the graphical data that will be stored within the image editor. The APastingFromClipboard parameter indicates the condition which the image is assigned for and is equal to True when the image is pasted from the clipboard, and False in all other cases. The AGraphicClass parameter specifies the graphic class assigned to the image. This can be a non-registered graphic class (not a bitmap graphic, metafile graphic, icon, or JPEG compressed image data).

See Also