Vcl.Dialogs.TColorDialog.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TColorDialog(System::Classes::TComponent* AOwner);

プロパティ

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

説明

Create は,色選択ダイアログボックスを作成および初期化します。

Create は,TColorDialog のインスタンスを生成します。

AOwner は,TColorDialog のインスタンスの解放を処理するコンポーネント(通常は,フォームまたはデータモジュール)です。これには,次のプロパティ設定も含まれます。

メモ:  TColorDialog のインスタンスを作成しても,ダイアログはユーザーに表示されません。色の設定ダイアログを表示するには,Execute メソッドを使用します。

関連項目