TPaintBox |
Field | Param(s) | Type |
Canvas | - | TCanvas |
ClientRect | - | RECT |
Color | - | Integer |
Cursor | - | HCURSOR |
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 TPaintBox | SUB |
Create | Self As TPaintBox | FUNCTION |
DrawBitmap | Self As TPaintBox , byval X As Integer , byval Y As Integer , byval fBitmap As HBITMAP | SUB |
DrawIcon | Self As TPaintBox , byval X As Integer , byval Y As Integer , byval fIcon As HICON | SUB |
Free | Self As TPaintBox | SUB |
WndProc | byval hWnd As HWND , byval Msg As uINT , byval wParam As WPARAM , byval lParam As LPARAM | FUNCTION |
| - | |
SetLeft | Self As TPaintBox , byval fLeft As Integer | SUB |
SetTop | Self As TPaintBox , byval fTop As Integer | SUB |
SetWidth | Self As TPaintBox , byval fWidth As Integer | SUB |
SetHeight | Self As TPaintBox , byval fHeight As Integer | SUB |
SetParent | Self As TPaintBox , byval fParent As HWND | SUB |
SetEnabled | Self As TPaintBox , byval fEnabled As Boolean | SUB |
SetColor | Self As TPaintBox , byval fColor As Integer | SUB |
SetCursor | Self As TPaintBox , byval fCursor As HCURSOR | SUB |
SetVisible | Self As TPaintBox , byval fVisible As Boolean | SUB |
SetFont | Self As TPaintBox , Font As TFont | SUB |
SetPopupMenu | Self As TPaintBox , PopupMenu As TPopupMenu | SUB |
| - | |
| - | 'Events |
onCreate | Self as TPaintBox | SUB |
onPaint | Self as TPaintBox | SUB |
onClick | Self as TPaintBox | SUB |
onDblClick | Self as TPaintBox | SUB |
onMouseDown | Self as TPaintBox , byval button as Integer , byval x as Integer , byval y as Integer , byval shift as Integer | SUB |
onMouseUp | Self as TPaintBox , byval button as Integer , byval x as Integer , byval y as Integer , byval shift as Integer | SUB |
onMouseMove | Self as TPaintBox , byval x as Integer , byval y as Integer , byval shift as Integer | SUB |
onKeyPress | Self as TPaintBox , byval key As Byte | SUB |
onKeyDown | Self as TPaintBox , byval key As Word , byval shift As Integer | SUB |
onKeyUp | Self as TPaintBox , byval key As Word , byval shift As Integer | SUB |
| |