Vcl.ExtCtrls.THeader.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

Create は,新しい THeader オブジェクトを作成します。

Create メソッドを呼び出すと,実行時にヘッダーをインスタンス化できます。設計時にフォームに追加されたヘッダーは自動的に作成されます。

AOwner パラメータはヘッダーの Owner プロパティを初期化します。

関連項目