Skip to main content

TcxCustomBlobEdit.OnGetGraphicClass Event

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

Declaration

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