RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebControlGroup.GetSubComponents Method

Returns the value of the WebFieldControls property.

Pascal
function GetSubComponents: TObject;
C++
__fastcall TObject * GetSubComponents();

GetSubComponents returns the TWebControlGroup's list of Web items that it uses to generate HTML content. This method is part of the mechanism that fits TWebControlGroup into a hierarchy of Web items, each of which generates part of a larger HTML document. 

 

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