Table of Contents

TTMSFNCStyles.GetStyleHeaderStrokeColor Method

Retrieves the style-defined header stroke (border) color and returns True if a value was found.

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

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

Parameters

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

Returns

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