Table of Contents

TTMSMCPBitmap.HasSVG Method

Returns whether this bitmap currently contains SVG-backed content.

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

Overloads

Overload 1

Returns whether this bitmap currently contains SVG-backed content.

function HasSVG: Boolean; virtual;

Returns

True if an SVG graphic is loaded; otherwise False.

Overload 2

Returns True when the bitmap holds a loaded SVG graphic.

function HasSVG: Boolean; virtual;

Returns

True if an SVG graphic is loaded; False otherwise.