TTMSFNCStyles.GetStyleAlternativeBackgroundFillColor Method
Retrieves the style-defined alternate row background fill color and returns
Trueif a value was found.
API unit family: TMSFNCStyles
Declaring type: TTMSFNCStyles
Syntax
class function GetStyleAlternativeBackgroundFillColor(var AColor: TTMSFNCGraphicsColor): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
AColor |
Receives the alternate background fill color when the method returns True. |
Returns
True if the style provides an alternate background fill color; False otherwise.