Table of Contents

TTMSMCPBitmapHelper.CreateFromBase64 Method

Creates and returns a new bitmap decoded from the specified Base64 string.

API unit family: TMS.MCP.Types Declaring type: TTMSMCPBitmapHelper

Syntax

class function CreateFromBase64(ABase64: string): TTMSMCPBitmap;

Parameters

Name Description
ABase64 The Base64-encoded image data.

Returns

A new bitmap decoded from the Base64 string.