Soap.WSDLBind.TWSDLDocument.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.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind TWSDLDocument

Description

Initializes the TWSDLDocument object after the last constructor has executed.

The AfterConstruction method is called automatically after the last constructor has finished executing. TWSDLDocument overrides this method to register an implementation class for the document element. That class implements the IDefinition interface that is the value of the Definition property.

See Also