Prototype

TUnknownImage64Event = procedure(Sender: TObject; const aSource: string; aSize: TSize; aColor: TAlphaColor; const aImage: TWICImage) of object;

Description

TUnknownImage64Event is the function type for an OnUnknownImage64 event.


aSource contains the base64 encoded image. aSize, if not null, is the optimal image size for rendering. aColor is the desired color for the image, TAlphaColors.Null if not needed. Alerts, for example, pass the required color according to their type (note, caution, etc.). aImage is the object to fill with the resulting image.

See also

TMDStyle.OnUnknownImage64

TMDCustomControl.OnUnknownImage64