Table of Contents

TLabColor.Create Method

Overloads

TLabColor.Create(TUIColor)

Creates a new instance from a system color.

Syntax

Unit: FlexCel.Core

class function TLabColor.Create(const rGBColor: TUIColor): TLabColor; static; overload;

Parameters

<-> Parameter Type Description
const rGBColor TUIColor

See also

TLabColor.Create(TColor)

Creates a new instance from a system color.

Syntax

Unit: FlexCel.Core

class function TLabColor.Create(const rGBColor: TColor): TLabColor; static; overload;

Parameters

<-> Parameter Type Description
const rGBColor TColor

See also