Table of Contents

TTMSFNCStyles.GetStyleHeaderFillColorTo Method

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

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

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

Parameters

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

Returns

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