Table of Contents

TTMSFNCBitmap.HasSVG Method

Returns whether this bitmap currently contains SVG-backed content.

API unit family: TMSFNCTypes Declaring type: TTMSFNCBitmap

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.