Vcl.StdCtrls.TCustomStaticText.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

Create は,TCustomStaticText のインスタンスを作成および初期化します。

Create は,継承コンストラクタを呼び出した後,TCustomStaticText インスタンスを初期化します。

関連項目