TTMSFNCUtils.LoadBitmapFromBase64 Method
Loads a bitmap from Base64-encoded image data.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class procedure LoadBitmapFromBase64(const ABase64: string; const ABitmap: TTMSFNCBitmapHelperClass; const AURL: Boolean = False);
Parameters
| Name | Description |
|---|---|
ABase64 |
Base64 image data, with or without a data URL prefix on supported platforms. |
ABitmap |
Destination bitmap to populate. |
AURL |
When True, treats ABase64 as URL-safe Base64. Defaults to False. |