RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSelectOptionsColumn.FieldName Property

Specifies the name of the field whose value the generated control represents.

Pascal
property FieldName: string;
C++
__property AnsiString FieldName;__property AnsiString FieldName;

Use FieldName to bind the Web data input component to a field in the XML data packet. When the display control represents a field value, this is the field whose value is displayed and edited using the control. When the display control represents a parameter value, this is a field that is used to filter records that appear in data packets. 

The dataset that contains the field is identified by the XMLBroker and XMLDataSetField properties of the Web item that acts as a parent to the Web data input component. 

 

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