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