RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebComponentList.Create Constructor

Creates and initializes new TWebComponentList object.

Pascal
constructor Create(AParentComponent: TComponent);
C++
__fastcall TWebComponentList(TComponent * AParentComponent);

Call Create to instantiate TWebComponentList at runtime. Most applications do not need to instantiate TWebComponentList. Instead, the Web items that use TWebComponentList to manage their own Web items instantiate a TWebComponentList from their constructors. 

 

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