Table of Contents

TTMSFNCStyles.GetStyleLineFillColor Method

Retrieves the style-defined color used for grid lines or separators and returns True if a value was found.

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

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

Parameters

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

Returns

True if the style provides a line fill color; False if no style color is available.