RadiobuttonControl

An individual radiobutton control in a radiobutton group.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Number, Object, String

Hierarchy:

Superclass: Widget

Class: RadiobuttonControl

Property Listing

Property

Type

Access

Description

checkedState

Boolean

read/write

If true, the control is checked by default in the dialog.

id

Number

readonly

The unique ID of the RadiobuttonControl.

index

Number

readonly

The index of the RadiobuttonControl within its containing object.

minWidth

Number

read/write

The width of the control. For an editbox or combobox, specifies the minimum width of the box.

parent

RadiobuttonGroup

readonly

The parent of the RadiobuttonControl (a RadiobuttonGroup).

properties

Object

read/write

A property that allows setting of several properties at the same time.

staticLabel

String

read/write

Text that appears in the RadiobuttonControl.

Method Listing

RadiobuttonControl getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the RadiobuttonControl.

String toSpecifier ()

Retrieves the object specifier.

Return

RadiobuttonControls.add()

RadiobuttonControl.getElements()

RadiobuttonControls.anyItem()

RadiobuttonControls.everyItem()

RadiobuttonControls.nextItem()

RadiobuttonControls.previousItem()

RadiobuttonControls.itemByID()

RadiobuttonControls.item()

RadiobuttonControls.itemByName()

RadiobuttonControls.itemByRange()

RadiobuttonControls.firstItem()

RadiobuttonControls.lastItem()

RadiobuttonControls.middleItem()