Table of Contents

TTMSFNCStyles.GetStyleSelectionFillColor Method

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

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

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

Parameters

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

Returns

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