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
Truewhen the bitmap holds a loaded SVG graphic.
function HasSVG: Boolean; virtual;
Returns
True if an SVG graphic is loaded; False otherwise.