TScrollBar |
Field | Param(s) | Type |
ClientRect | - | RECT |
Enabled | - | Boolean |
Handle | - | HWND |
Height | - | Integer |
Kind | - | TScrollBarKind |
LargeChange | - | Integer |
Left | - | Integer |
MaxRange | - | Integer |
MinRange | - | Integer |
PageSize | - | Integer |
Params | - | TParams |
Parent | - | HWND |
Position | - | Integer |
rtlFactor | - | Integer |
SmallChange | - | Integer |
Visible | - | Boolean |
TabStop | - | Boolean |
Top | - | Integer |
Width | - | Integer |
| - | |
BringToFront | Self As TScrollBar | SUB |
Create | Self As TScrollBar | FUNCTION |
Free | Self As TScrollBar | SUB |
SetFocus | Self As TScrollBar | SUB |
| - | |
SetPosition | Self As TScrollBar , byval fPosition As Integer | SUB |
SetPageSize | Self As TScrollBar , byval fPageSize As Integer | SUB |
SetKind | Self As TScrollBar , byval fKind As TScrollBarKind | SUB |
SetMax | Self As TScrollBar , byval fMax As Integer | SUB |
SetMin | Self As TScrollBar , byval fMin As Integer | SUB |
SetLeft | Self As TScrollBar , byval fLeft As Integer | SUB |
SetTop | Self As TScrollBar , byval fTop As Integer | SUB |
SetWidth | Self As TScrollBar , byval fWidth As Integer | SUB |
SetHeight | Self As TScrollBar , byval fHeight As Integer | SUB |
SetParent | Self As TScrollBar , byval fParent As HWND | SUB |
SetEnabled | Self As TScrollBar , byval fEnabled As Boolean | SUB |
SetVisible | Self As TScrollBar , byval fVisible As Boolean | SUB |
| - | |
OnChange | Self As TScrollBar | SUB |
OnScroll | Self As TScrollBar , byval fPosition | SUB |
| |