Vcl.Dialogs.TCustomColors
Delphi
TCustomColors = array[0..MaxCustomColors - 1] of Longint;
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 まで)が設定可能です。