API:Vcl.DBCtrls.TDBEdit.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

Vcl.DBCtrls.TDBEdit.Create は Vcl.ExtCtrls.TCustomLabeledEdit.Create を継承しています。以下の内容はすべて Vcl.ExtCtrls.TCustomLabeledEdit.Create を参照しています。

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

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

関連項目