RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldSelectOptions Class

TFieldSelectOptions creates an HTML list control to represent a field in an XML data packet.

Pascal
TFieldSelectOptions = class(TWebSelectOptionsInput);
C++
class TFieldSelectOptions : public TWebSelectOptionsInput;

Add TFieldSelectOptions as the child of a TFieldGroup component to add a list control that represents a field from the field group's associated dataset. 

Use the properties and methods of TFieldSelectOptions to 

Specify the field whose value the list box displays. 

Specify the possible values for the field from which the user can choose. 

Specify a caption that describes the field. 

Customize the appearance of the list box. 

Fit the list box into the tab order of the generated HTML form. 

 

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