RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientsCollection.AfterConstruction Method

Initializes the collection after the constructor is finished.

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

AfterConstruction is called immediately after the last constructor has finished executing. TActionClientsCollection overrides this method to perform some final initializations. 

 

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