Click or drag to resize

RadioButtonGroup Constructor

X#
Construct a radio button group.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	uPoint,
	uDimension,
	cText
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the radio button group.
xID (Optional)
Type: Usual
The unique ID of the radio button group (between 1 and 8000) or the resource ID of the radio button group.
uPoint (Optional)
Type: Usual
The origin of the group box in canvas coordinates.
uDimension (Optional)
Type: Usual
The dimension of the group box in canvas coordinates.
cText (Optional)
Type: Usual
The caption text displayed when the group box containing the radio button group is shown. By default, this value is the caption in the dialog template, defined when the dialog is initialized.
Remarks
Note that after instantiation, the radio button group is "empty:" it doesn't contain any radio buttons. Visually, it may be drawn to surround the radio buttons, but logically it doesn't contain them. To relate the group to its radio buttons, use the FillUsing() method.
See Also