Navigation:  Program Reference > Dialogs > Dialog Editor > Dialog Controls >

Radio Box

Previous pageReturn to chapter overviewNext page

This control is a radio button, it enables the user to select a string or integer value for a property from a predetermined list of values. The following properties are available for Radio Box controls:

 

Appearance

 

Caption

The caption displayed in the control.

Default Font

Defines if a control uses the default font.

Font

The font used to paint the control, if the Default Font property is False.

Transparent

Defines if a control is transparent.

Visible

The visibility of the control.

 

Design

 

Name

Identifies the control.

 

Layout

 

Height

The height of the control in pixels.

Left

The left position of the control.

Top

The top position of the control.

Width

The width of the control in pixels.

 

Options

 

Enabled

Defines if a control is enabled.

Is Number

Defines if the variable associated with the control is an integer value.

RTLRO

Defines if the text in the control is displayed in a Right-To-Left-Reading-Order.

Sunken

Defines if a control is displayed with a sunken.

 

Variable

 

Checked

Defines if current control is checked.

Checked Value

Defines the variable's value when current radio button is checked.

Indirect

Determines if the variable associated with this control is referenced indirectly.

Variable

The name of the variable associated with this control. First you must to define the variable you want to associate with the control in the Global Variables' Declaration editor, for further information read Global Variables Declaration topic.