Table of Contents

TTMSFNCStyles.GetStyleAlternativeTextFontColor Method

Retrieves the style-defined alternate text font color and returns True if a value was found.

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

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

Parameters

Name Description
AColor Receives the alternate text font color when the method returns True.

Returns

True if the style provides an alternate text font color; False otherwise.