RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLDocument.AfterConstruction Method

Initializes the TWSDLDocument object after the last constructor has executed.

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

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. 

 

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