Table of Contents

TTMSFNCUtils.CreateBitmapFromHexStr Method

Creates a bitmap from a hexadecimal-encoded image stream.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function CreateBitmapFromHexStr(const AHexStr: string): TTMSFNCBitmap;

Parameters

Name Description
AHexStr Hexadecimal image data.

Returns

New bitmap instance containing the decoded image. The caller is responsible for freeing it.