TRadioButton |
Field | Param(s) | Type |
Align | - | TAlign |
Caption | - | String |
Checked | - | Boolean |
ClientRect | - | RECT |
Color | - | Integer |
Cursor | - | HCURSOR |
Enabled | - | Boolean |
Font | - | TFont |
Handle | - | HWND |
Height | - | Integer |
Left | - | Integer |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
Top | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
| - | |
Create | Self As TRadioButton | FUNCTION |
Free | Self As TRadioButton | SUB |
BringToFront | Self As TRadioButton | SUB |
SetFocus | Self As TRadioButton | SUB |
| - | |
SetAlign | Self As TRadioButton , byval fAlign As TAlign | SUB |
SetCaption | Self As TRadioButton , byval fCaption As String | SUB |
SetChecked | Self As TRadioButton , byval fChecked As Boolean | SUB |
SetColor | Self As TRadioButton , byval fColor As Integer | SUB |
SetCursor | Self As TRadioButton , byval fCursor As HCURSOR | SUB |
SetEnabled | Self As TRadioButton , byval fEnabled As Boolean | SUB |
SetFont | Self As TRadioButton , Font As TFont | SUB |
SetHeight | Self As TRadioButton , byval fHeight As Integer | SUB |
SetLeft | Self As TRadioButton , byval fLeft As Integer | SUB |
SetParent | Self As TRadioButton , byval fParent As HWND | SUB |
SetPopupMenu | Self As TRadioButton , PopupMenu As TPopupMenu | SUB |
SetTop | Self As TRadioButton , byval fTop As Integer | SUB |
SetVisible | Self As TRadioButton , byval fVisible As Boolean | SUB |
SetWidth | Self As TRadioButton , byval fWidth As Integer | SUB |
| - | |
OnClick | Self As TRadioButton | SUB |
| |