RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebControlGroup.DefaultWebComponents Property

Specifies the default value of the WebFieldControls property when that property is not explicitly set.

Pascal
property DefaultWebComponents: TWebComponentList;
C++
__property TWebComponentList DefaultWebComponents;

Most TWebControlGroup descendants have a default set of values for the WebFieldControls property.

Note: For example, on Windows, TDataNavigator has a default set of buttons and TFieldGroup defaults to a control for each field in the associated data packet.
TWebControlGroup descendants that supply default sets of Web items store these default sets as the value of the protected DefaultWebComponents property. Then, if the value of WebFieldControls is not set, the TWebControlGroup descendant uses DefaultWebComponents instead. 

 

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