RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebForm.GetSubComponents Method

Returns the value of the WebComponents property.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!