Show: Delphi
C++
Display Preferences
MidItems.TWebControlGroup.GetDefaultWebComponents
From XE2 API Documentation
Delphi
function GetDefaultWebComponents: TWebComponentList; override;
C++
virtual Webcomp::TWebComponentList* __fastcall GetDefaultWebComponents(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | MidItems.pas MidItems.hpp |
MidItems | TWebControlGroup |
Description
Returns the value of the DefaultWebComponents property.
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++).