TProgress |
Field | Param(s) | Type |
ClientRect | - | RECT |
Enabled | - | Boolean |
Handle | - | HWND |
Height | - | Integer |
Left | - | Integer |
Orientation | - | TProgressOrientation |
Params | - | TParams |
Parent | - | HWND |
MaxRange | - | Integer |
MinRange | - | Integer |
PopupMenu | - | TPopupMenu |
Position | - | Integer |
Smooth | - | Boolean |
Tag | - | Integer |
Top | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
| - | |
BringToFront | Self As TProgress | SUB |
Create | Self As TProgress | FUNCTION |
Free | Self As TProgress | SUB |
SetFocus | Self As TProgress | SUB |
| - | |
SetOrientation | Self As TProgress , byval fOrientation As TProgressOrientation | SUB |
SetPosition | Self As TProgress , byval fPosition As Integer | SUB |
SetMax | Self As TProgress , byval fMax As Integer | SUB |
SetMin | Self As TProgress , byval fMin As Integer | SUB |
SetLeft | Self As TProgress , byval fLeft As Integer | SUB |
SetTop | Self As TProgress , byval fTop As Integer | SUB |
SetWidth | Self As TProgress , byval fWidth As Integer | SUB |
SetHeight | Self As TProgress , byval fHeight As Integer | SUB |
SetParent | Self As TProgress , byval fParent As HWND | SUB |
SetEnabled | Self As TProgress , byval fEnabled As Boolean | SUB |
SetVisible | Self As TProgress , byval fVisible As Boolean | SUB |
SetFont | Self As TProgress , Font As TFont | SUB |
SetPopupMenu | Self As TProgress , PopupMenu As TPopupMenu | SUB |
| - | |
OnClick | Self As TProgress | SUB |
| |