TRadioButton

From OpenEUO
Revision as of 16:59, 5 October 2010 by 46.127.27.108 (Talk) (Created page with "Use TRadioButton to add a radio button to a form. Radio buttons present a set of mutually exclusive options to the user - that is, only one radio button in a set can be selected ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Use TRadioButton to add a radio button to a form. Radio buttons present a set of mutually exclusive options to the user - that is, only one radio button in a set can be selected at a time. When the user selects a radio button, the previously selected radio button becomes unselected. For example, two radio buttons on a form can be checked at the same time only if they are contained in separate containers, such as two different group boxes.

Inherited from TWinControl:

Inherited from TControl:

Inherited from TComponent:

Inherited from TObject: