TTMSMCPBitmap.LoadFromBase64 Method
Decodes a Base64-encoded image string and loads it into the bitmap.
API unit family: TMS.MCP.Types
Declaring type: TTMSMCPBitmap
Syntax
procedure LoadFromBase64(const ABase64: string); virtual;
Parameters
| Name | Description |
|---|---|
ABase64 |
The Base64-encoded image data string. |