Vcl.Dialogs.TCustomColors

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

Delphi

type TCustomColors = array [0..15] of Integer;

C++

typedef System::StaticArray<int, 16> TCustomColors;

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

説明

TCustomColors は、ユーザーが作成したカスタム カラーの値を保持する配列です。

TCustomColors は、ユーザーが TColorDialog を使って作成したカスタム カラーの値を保持する配列です。最大 16 のカスタム カラー(ColorA から ColorP まで)が設定可能です。