Table of Contents

TTMSFNCStyles.GetStyleBackgroundFillColor Method

Retrieves the style-defined primary background fill color and returns True if a value was found.

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

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

Parameters

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

Returns

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