Vcl.ComCtrls.TCustomHeaderControl.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

このメソッドは,TCustomHeaderControl オブジェクトのインスタンスを作成します。

TCustomHeaderControl は抽象クラスです。アプリケーションコードではインスタンス化しないでください。THeaderControl などの特定の下位クラスが,自身のコンストラクタの中で TCustomHeaderControl のコンストラクタを呼び出します。