API:Vcl.ExtCtrls.TBoundLabel.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TBoundLabel(System::Classes::TComponent* AOwner);

プロパティ

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

説明

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

Vcl.ExtCtrls.TBoundLabel.Create は Vcl.StdCtrls.TCustomLabel.Create を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomLabel.Create を参照しています。

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

Create を呼び出すと,実行時に TCustomLabel のインスタンスを作成できます。設計時にフォーム上に配置されたラベルは自動的に作成されます。

AOwner は,ラベルの解放を処理するコンポーネント(通常はフォーム)です。

関連項目