RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldRadioGroup Class

TFieldRadioGroup creates an HTML radio group control to represent a field in an XML data packet.

Pascal
TFieldRadioGroup = class(TWebRadioGroupInput);
C++
class TFieldRadioGroup : public TWebRadioGroupInput;

MidItems

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

Use the properties and methods of TFieldRadioGroup to 

Specify the field whose value the radio group 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 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!