RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedComponentHelper.SetComponentList Method

Sets the value of the ContainerList property.

Pascal
procedure SetComponentList(List: TObject);
C++
__fastcall SetComponentList(TObject * List);

SetComponentList assigns the object specified by List as the value of the ContainerList property. Note that List must be an instance of TWebComponentList (or nil (Delphi) or NULL (C++)). 

 

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