RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDisplayGroup.VisibleFields Property

Indicates the controls displayed by the HTML that the XML display group generates.

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

Use VisibleFields to access the components that generate HTML controls for the XML display group. If a set of Web items is explicitly assigned to the WebFieldControls property, VisibleFields has the same value as WebFieldControls. Otherwise, VisibleFields represents a set of default Web items that generate display controls for all the fields or parameters of the associated dataset or dataset field. 

When no Web items are assigned to WebFieldControls, the default Web items in the VisibleFields list are specific to the TXMLDisplayGroup descendant. 

 

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