Table of Contents

TTMSMCPBitmapHelper.LoadFromBase64 Method

Loads the bitmap from a Base64-encoded image string, replacing any existing content.

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

Syntax

procedure LoadFromBase64(ABase64: string);

Parameters

Name Description
ABase64 The Base64-encoded image data.