Table of Contents

TTMSFNCStyles.GetStyleAlternativeBackgroundFillColorTo Method

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

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

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

Parameters

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

Returns

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