TTMSFNCBitmapHelper.LoadFromBase64 Method
Loads the bitmap from a Base64-encoded image string, replacing any existing content.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCBitmapHelper
Syntax
procedure LoadFromBase64(ABase64: string);
Parameters
| Name | Description |
|---|---|
ABase64 |
The Base64-encoded image data. |