Table of Contents

TUISolidBrush.CreateNew Method

This is a factory method that will create the correct brush depending in what UI framework you are using. (TUISolidBrush is an abstract class)

Syntax

Unit: FlexCel.Core

class function TUISolidBrush.CreateNew(const aColor: TUIColor): TUISolidBrush; static;

Parameters

<-> Parameter Type Description
const aColor TUIColor Color for the brush.

See also