RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebControlGroup.GetDefaultWebComponents Method

Returns the value of the DefaultWebComponents property.

Pascal
function GetDefaultWebComponents: TWebComponentList; override;
C++
virtual __fastcall TWebComponentList GetDefaultWebComponents();

GetDefaultWebComponents returns the value of DefaultWebComponents. When no Web items have explicitly been added to the control group, this is a list of controls that appear by default. Once an application explicitly assigns controls to the WebFieldControls property, GetDefaultWebComponents returns nil (Delphi) or NULL (C++). 

 

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