RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDisplayGroup.ImplGetSubComponents Method

Provides the underlying implementation for the GetSubComponents method.

Pascal
function ImplGetSubComponents: TObject; override;
C++
virtual __fastcall TObject * ImplGetSubComponents();

The GetSubComponents method calls ImplGetSubComponents to retrieve the value of WebFieldControls as a TObject. TWebControlGroup descendants override this method if the list is not simply the value of WebFieldControls. For example, some TWebControlGroup descendants supply a default value (DefaultWebComponents) when the WebFieldControls property list is empty. 

ImplGetSubComponents returns the TWebComponentList object that contains all subitems of the Web control group. 

 

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