Vcl.GraphUtil.WebColorNameToColor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function WebColorNameToColor(WebColorName: string): TColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TColor __fastcall WebColorNameToColor(System::UnicodeString WebColorName);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

説明

Web カラー名から TColor を返します。

WebColorNameToColor は、Web カラー名を表す文字列から TColor を返します。

WebColorName は、文字列形式の Web カラー名を表します。

関連項目