TPaintBox
FieldParam(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
-
BringToFrontSelf As TPaintBoxSUB
CreateSelf As TPaintBoxFUNCTION
DrawBitmapSelf As TPaintBox , byval X As Integer , byval Y As Integer , byval fBitmap As HBITMAPSUB
DrawIconSelf As TPaintBox , byval X As Integer , byval Y As Integer , byval fIcon As HICONSUB
FreeSelf As TPaintBoxSUB
WndProcbyval hWnd As HWND , byval Msg As uINT , byval wParam As WPARAM , byval lParam As LPARAMFUNCTION
-
SetLeftSelf As TPaintBox , byval fLeft As IntegerSUB
SetTopSelf As TPaintBox , byval fTop As IntegerSUB
SetWidthSelf As TPaintBox , byval fWidth As IntegerSUB
SetHeightSelf As TPaintBox , byval fHeight As IntegerSUB
SetParentSelf As TPaintBox , byval fParent As HWNDSUB
SetEnabledSelf As TPaintBox , byval fEnabled As BooleanSUB
SetColorSelf As TPaintBox , byval fColor As IntegerSUB
SetCursorSelf As TPaintBox , byval fCursor As HCURSORSUB
SetVisibleSelf As TPaintBox , byval fVisible As BooleanSUB
SetFontSelf As TPaintBox , Font As TFontSUB
SetPopupMenuSelf As TPaintBox , PopupMenu As TPopupMenuSUB
-
-'Events
onCreateSelf as TPaintBoxSUB
onPaintSelf as TPaintBoxSUB
onClickSelf as TPaintBoxSUB
onDblClickSelf as TPaintBoxSUB
onMouseDownSelf as TPaintBox , byval button as Integer , byval x as Integer , byval y as Integer , byval shift as IntegerSUB
onMouseUpSelf as TPaintBox , byval button as Integer , byval x as Integer , byval y as Integer , byval shift as IntegerSUB
onMouseMoveSelf as TPaintBox , byval x as Integer , byval y as Integer , byval shift as IntegerSUB
onKeyPressSelf as TPaintBox , byval key As ByteSUB
onKeyDownSelf as TPaintBox , byval key As Word , byval shift As IntegerSUB
onKeyUpSelf as TPaintBox , byval key As Word , byval shift As IntegerSUB