RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterControlGroup.CreateDefaultFields Method

Generates a list of the default adapter display field components that generate controls for the default fields of the control group's adapter.

Pascal
procedure CreateDefaultFields;
C++
__fastcall CreateDefaultFields();

TAdapterControlGroup calls CreateDefaultFields internally when it needs to generate child Web items for the fields of the adapter that the Adapter property specifies. The resulting list becomes the value of the VisibleFields property if you have not explicitly added any child Web items to the WebFieldControls property and AddDefaultFields is true. 

 

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