Vcl.GraphUtil.ColorToWebColorStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ColorToWebColorStr(Color: TColor): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall ColorToWebColorStr(System::Uitypes::TColor Color);

Properties

Type Visibility Source Unit Parent
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Returns the web color name in the form of a string.

ColorToWebColorStr returns the web color name in the form of a string that contains the color code in hexadecimal numbering.

Color represents the base color.

See Also