Vcl.Forms.TCustomForm.AfterConstruction

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

Delphi

procedure AfterConstruction; override;

C++

virtual void __fastcall AfterConstruction();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

説明

構築イベントのディスパッチャです。

AfterConstruction メソッドは,フォームオブジェクトの構築直後に発生するイベントのディスパッチャです。TCustomForm の実装では,AfterConstruction は,OldCreateOrder プロパティが false である場合,OnCreate イベントハンドラを呼び出します。

関連項目