RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterControlGroup.VisibleFields Property

Lists the child Web items that generate the visible HTML controls this adapter control group arranges.

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

Read VisibleFields to determine the adapter display field components that generate HTML controls for this adapter control group. If you have explicitly added child Web items to the control group, or if the AddDefaultFields property is false, VisibleFields is the same as the value of the WebFieldControls property. If you have not added any child Web items and AddDefaultFields is true, VisibleFields is a list of adapter display field components that generate controls for the default fields of the control group's adapter. 

 

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