Vcl.ColorGrd.TColorGrid.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TColorGrid(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TColorGrid(HWND ParentWindow) : Vcl::Controls::TCustomControl(ParentWindow) { }

プロパティ

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


説明

TColorGrid のインスタンスを作成します。

Create を呼び出すと、TColorGrid 型の新しいオブジェクトを取得できます。Create は、グリッドの色を、デフォルト論理パレットへと初期化します。

関連項目