Click or drag to resize

RadioButtonGroup.TextValue Property

X#
RadioButtonGroup:TextValue holds the first element of the FillUsing() array

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TextValue AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
RadioButtonGroup:TextValue holds the first element of the FillUsing() array
Remarks
RadioButtonGroup:TextValue holds the first element of the FillUsing() array (typically, the caption text of the radio button) for the currently selected button; if none is selected, RadioButtonGroup:TextValue is set to NULL_STRING.
See Also