RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDOMProcessor.AfterConstruction Method

Responds after the last constructor executes.

Pascal
procedure AfterConstruction; override;
C++
virtual __fastcall AfterConstruction();

AfterConstruction is called automatically after the object's last constructor has executed. Do not call it explicitly in your applications. 

When an instance of TSOAPDOMProcessor is allocated, its reference count is incremented to prevent its destruction while processing the constructor. AfterConstruction decrements that reference count to re-establish the correct count after all constructors have executed. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!