Vcl.ExtCtrls.TCustomLabeledEdit.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

Create は,TCustomLabeledEdit のインスタンスを作成します。

Create コンストラクタを呼び出すと,ラベル付き編集コントロールをインスタンス化できます。AOwner は,ラベル付き編集コントロールの解放を処理するコンポーネント(通常はフォーム)を指定します。

関連項目