Table of Contents

TTMSFNCStyles.GetStyleHeaderFillColor Method

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

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

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

Parameters

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

Returns

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