RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryRadioGroup Class

TQueryRadioGroup creates an HTML radio group control to represent named parameter.

Pascal
TQueryRadioGroup = class(TWebRadioGroupInput, IQueryField);
C++
class TQueryRadioGroup : public TWebRadioGroupInput, public IQueryField;

MidItems

Add TQueryRadioGroup as the child of a TQueryFieldGroup component to add a radio group control that represents a parameter value. By default, the children of TQueryFieldGroup represent the parameters of an XML broker. However, TQueryRadioGroup can represent any named value that the InternetExpress application uses. 

Use the properties and methods of TQueryRadioGroup to 

Specify the field or parameter whose value the radio group displays. 

Specify the possible values from which the user can choose. 

Initialize the value of the radio group. 

Specify a caption that describes the value of the radio group. 

Customize the appearance of the radio group. 

Fit the radio group into the tab order of the generated HTML form. 

 

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