IRadioButton.Checked

Syntax

Checked: Boolean;

Description

The Checked property determines a radio button state.

Comments

If the property is set to True, the radio button becomes selected, otherwise, it is not selected.

Example

See also:

IRadioButton