TUpDown |
Field | Param(s) | Type |
AlignButton | - | TUpDownAlignButton |
ArrowKeys | - | Boolean |
Associate | - | HWND |
ClientRect | - | RECT |
Cursor | - | HCURSOR |
Enabled | - | Boolean |
Handle | - | HWND |
Height | - | Integer |
Left | - | Integer |
MaxRange | - | Integer |
MinRange | - | Integer |
Orientation | - | TUpDownPosition |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
Position | - | Integer |
Tag | - | Integer |
Thousands | - | Boolean |
Top | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
Wrap | - | Integer |
| - | |
BringToFront | Self As TUpDown | SUB |
Create | Self As TUpDown | FUNCTION |
Free | Self As TUpDown | SUB |
SetFocus | Self As TUpDown | SUB |
| - | |
SetAssociate | Self As TUpDown , byval fWnd As HWND | SUB |
SetCursor | Self As TUpDown , byval fCursor As HCURSOR | SUB |
SetPosition | Self As TUpDown , byval fPosition As Integer | SUB |
SetMax | Self As TUpDown , byval fMax As Integer | SUB |
SetMin | Self As TUpDown , byval fMin As Integer | SUB |
SetLeft | Self As TUpDown , byval fLeft As Integer | SUB |
SetTop | Self As TUpDown , byval fTop As Integer | SUB |
SetWidth | Self As TUpDown , byval fWidth As Integer | SUB |
SetHeight | Self As TUpDown , byval fHeight As Integer | SUB |
SetParent | Self As TUpDown , byval fParent As HWND | SUB |
SetEnabled | Self As TUpDown , byval fEnabled As Boolean | SUB |
SetVisible | Self As TUpDown , byval fVisible As Boolean | SUB |
SetFont | Self As TUpDown , Font As TFont | SUB |
SetPopupMenu | Self As TUpDown , PopupMenu As TPopupMenu | SUB |
| - | |
OnClick | Self As TUpDown | SUB |
| |