Vcl.Forms.TCustomForm.AfterConstruction

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AfterConstruction; override;

C++

virtual void __fastcall AfterConstruction();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Dient als Ereignis-Dispatcher.

AfterConstruction ist der Dispatcher für das Ereignis, das unmittelbar nach Erstellung des Formularobjekts ausgelöst wird. In der Klasse TCustomForm ruft AfterConstruction die Ereignisbehandlungsroutine für OnCreate auf, sofern die Eigenschaft OldCreateOrder den Wert false hat.

Siehe auch