API:Soap.SOAPDm.TSoapDataModule.AfterConstruction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AfterConstruction; override;

C++

virtual void __fastcall AfterConstruction();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.SOAPDm.pas
Soap.SOAPDm.hpp
Soap.SOAPDm TSoapDataModule

Description

Generates an OnCreate event.

Soap.SOAPDm.TSoapDataModule.AfterConstruction inherits from System.Classes.TDataModule.AfterConstruction. All content below this line refers to System.Classes.TDataModule.AfterConstruction.

Generates an OnCreate event.

AfterConstruction is called after the data module's constructor has finished. Do not call it explicitly in applications.

TDataModule overrides AfterConstruction to generate an OnCreate event when OldCreateOrder is false.

See Also