RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebForm.Create Constructor

Creates and initializes an instance of TWebForm.

Pascal
constructor Create(AComponent: TComponent); override;
C++
virtual __fastcall TWebForm(TComponent * AComponent);

Call Create to instantiate a TWebForm descendant at runtime. TWebForm descendants added at design time using the Web Page editor are instantiated automatically. 

 

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