Graphics.ColorToIdent
From RAD Studio VCL Reference
Contents |
Delphi Information
From Graphics.pas
function ColorToIdent(Color: Integer; var Ident: string): Boolean;
Unit: Graphics
Type: function
Visibility: public
C++ Information
From Graphics.hpp
bool __fastcall ColorToIdent(int Color, System::UnicodeString & Ident);
Unit: Graphics
Type: function
Description
Provides the symbolic name of a TColor value.
Call ColorToIdent to obtain the name of the symbolic constant that represents a TColor value, such as clBlack or clWindow. The Ident parameter is set to the symbolic name. If there is no symbolic constant defined for the color, ColorToIdent returns false.