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

TcxCustomBlobEdit.OnGetGraphicClass Event

In This Article

Occurs when the graphic class of the image assigned to a BLOB editor in bekPict mode is being determined.

#Declaration

Delphi
property OnGetGraphicClass: TcxImageEditGraphicClassEvent read; write;

#Remarks

Handle the OnGetGraphicClass event to specify the graphic class which describes the graphical data that will be stored within the BLOB editor in bekPict mode. The APastingFromClipboard parameter indicates the condition at which the image is assigned 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, JPEG compressed image data).

See Also