Table of Contents

TTMSFNCBitmap.LoadFromBase64 Method

Decodes a Base64-encoded image string and loads it into the bitmap.

API unit family: TMSFNCTypes Declaring type: TTMSFNCBitmap

Syntax

procedure LoadFromBase64(const ABase64: string); virtual;

Parameters

Name Description
ABase64 The Base64-encoded image data string.