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