The TRadioButton type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| CheckStateChanged |
Raises when the check state changed.
| |
| Click |
Occurs when the control is clicked.
(Inherited from Control.) | |
| Disposed |
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.) | |
| DoubleClick |
Occurs when the control is double-clicked.
(Inherited from Control.) | |
| EnabledChanged |
Occurs when the Enabled property value has changed.
(Inherited from Control.) | |
| GotFocus |
Occurs when the control receives focus.
(Inherited from Control.) | |
| HandleCreated |
Occurs when a handle is created for the control.
(Inherited from Control.) | |
| HandleDestroyed |
Occurs when the control's handle is in the process of being destroyed.
(Inherited from Control.) | |
| HelpRequested |
Occurs when the user requests help for a control.
(Inherited from Control.) | |
| KeyDown |
Occurs when a key is pressed while the control has focus.
(Inherited from Control.) | |
| KeyPress |
Occurs when a key is pressed while the control has focus.
(Inherited from Control.) | |
| KeyUp |
Occurs when a key is released while the control has focus.
(Inherited from Control.) | |
| LostFocus |
Occurs when the control loses focus.
(Inherited from Control.) | |
| MouseDown |
Occurs when the mouse pointer is over the control and a mouse button is pressed.
(Inherited from Control.) | |
| MouseMove |
Occurs when the mouse pointer is moved over the control.
(Inherited from Control.) | |
| MouseUp |
Occurs when the mouse pointer is over the control and a mouse button is released.
(Inherited from Control.) | |
| Paint |
Occurs when the control is redrawn.
(Inherited from Control.) | |
| Painted |
Raises when the control is painted.
(Inherited from TButtonBase.) | |
| ParentChanged |
Occurs when the Parent property value changes.
(Inherited from Control.) | |
| Resize |
Occurs when the control is resized.
(Inherited from Control.) | |
| TextChanged |
Occurs when the Text property value changes.
(Inherited from Control.) | |
| Validated |
Occurs when the control is finished validating.
(Inherited from Control.) | |
| Validating |
Occurs when the control is validating.
(Inherited from Control.) |