Table of Contents

TTMSFNCStyles.GetStyleBackgroundStrokeColor Method

Retrieves the style-defined background stroke (border) color and returns True if a value was found.

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

class function GetStyleBackgroundStrokeColor(var AColor: TTMSFNCGraphicsColor): Boolean; virtual;

Parameters

Name Description
AColor Receives the background stroke color when the method returns True.

Returns

True if the style provides a background stroke color; False otherwise.