public class ChildWindowCallback
public class CREATESTRUCT
| Modifier and Type | Field | 
|---|---|
UnsafePointer | 
CreateParam
 | 
HInstance | 
instance
 | 
IntNumber | 
menu
 | 
IntNumber | 
parent
 | 
IntNumber | 
height
 | 
IntNumber | 
width
 | 
IntNumber | 
y
 | 
IntNumber | 
x
 | 
IntNumber | 
style
 | 
UnsafePointer | 
namePtr
 | 
UnsafePointer | 
classPtr
 | 
IntNumber | 
exStyle
 | 
public class HInstance
| Modifier and Type | Field | 
|---|---|
Handle | 
_handle
 | 
| Modifier and Type | Constructor / Static Method | 
|---|---|
HInstance | 
constructor(Handle handle)
 | 
| Modifier and Type | Static Property | 
|---|---|
get  HInstance | 
Current()
 | 
| Modifier and Type | Property | 
|---|---|
get  Handle | 
Handle()
 | 
public singleton messageBox
| Modifier and Type | Method | 
|---|---|
IntNumber | 
open(WindowHandle parent, WideString caption, WideString message, IntNumber flags)
 | 
IntNumber | 
open(String caption, String message, IntNumber flags)
 | 
public class MSG
| Modifier and Type | Field | 
|---|---|
Handle | 
_hwnd
 | 
IntNumber | 
_message
 | 
IntNumber | 
_wparam
 | 
IntNumber | 
_lparam
 | 
IntNumber | 
_time
 | 
IntNumber | 
_x
 | 
IntNumber | 
_y
 | 
public class OpenFileDialog
| Modifier and Type | Field | 
|---|---|
WindowHandle | 
_parent
 | 
system'WideString[] | 
_filters
 | 
IntNumber | 
_filterIndex
 | 
WideString | 
_caption
 | 
IntNumber | 
_flags
 | 
| Modifier and Type | Constructor / Static Method | 
|---|---|
OpenFileDialog | 
constructor(WindowHandle parent, system'WideString[] filters, IntNumber filterIndex, WideString caption)
 | 
| Modifier and Type | Method | 
|---|---|
 | 
select()
 | 
public class PAINTSTRUCT
| Modifier and Type | Field | 
|---|---|
HDC | 
_HDC
 | 
IntNumber | 
_erase
 | 
RECT | 
_rect
 | 
IntNumber | 
_restore
 | 
IntNumber | 
_incUpdate
 | 
IntNumber | 
dummy0
 | 
IntNumber | 
dummy1
 | 
IntNumber | 
dummy2
 | 
IntNumber | 
dummy3
 | 
IntNumber | 
dummy4
 | 
IntNumber | 
dummy5
 | 
IntNumber | 
dummy6
 | 
IntNumber | 
dummy7
 | 
| Modifier and Type | Constructor / Static Method | 
|---|---|
PAINTSTRUCT | 
constructor()
 | 
| Modifier and Type | Property | 
|---|---|
get  HDC | 
HDC()
 | 
| Modifier and Type | Method | 
|---|---|
 | 
begin(WindowHandle hwnd)
 | 
 | 
end(WindowHandle hwnd)
 | 
public class SaveFileDialog
| Modifier and Type | Field | 
|---|---|
WindowHandle | 
_parent
 | 
system'WideString[] | 
_filters
 | 
IntNumber | 
_filterIndex
 | 
WideString | 
_caption
 | 
IntNumber | 
_flags
 | 
| Modifier and Type | Constructor / Static Method | 
|---|---|
SaveFileDialog | 
constructor(WindowHandle parent, system'WideString[] filters, IntNumber filterIndex, WideString caption)
 | 
| Modifier and Type | Method | 
|---|---|
 | 
select()
 | 
public class SDIApplication
| Modifier and Type | Field | 
|---|---|
Object | 
_mainWindow
 | 
| Modifier and Type | Constructor / Static Method | 
|---|---|
SDIApplication | 
new()
 | 
| Modifier and Type | Method | 
|---|---|
 | 
function()
 | 
 | 
run(window)
 | 
 | 
error(String caption, Exception e)
 | 
 | 
stop()
 | 
public class SDIWindowCallback
| Modifier and Type | Method | 
|---|---|
 | 
onWMDestoy(Handle hwnd)
 | 
public class WindowCallback
| Modifier and Type | Method | 
|---|---|
 | 
onClick(Handle control)
 | 
 | 
onChange(Handle control)
 | 
 | 
onSize(Handle control, IntNumber width, IntNumber height)
 | 
 | 
onWMCreate(Handle hwnd, CREATESTRUCT struct)
 | 
 | 
onWMDestoy(Handle hwnd)
 | 
 | 
onWMPaint(Handle hwnd)
 | 
 | 
onWMSize(Handle hwnd, IntNumber lParam)
 | 
 | 
onWMCommand(Handle hwnd, IntNumber wParam, Handle control)
 | 
 | 
onWMClose(Handle hwnd)
 | 
public class WindowHandle
| Modifier and Type | Field | 
|---|---|
Handle | 
_handle
 | 
| Modifier and Type | Constructor / Static Method | 
|---|---|
WindowHandle | 
constructor()
 | 
WindowHandle | 
constructor(Handle h)
 | 
WindowHandle | 
constructor(IntNumber dwExStyle, WideString className, WideString windowName, IntNumber style, IntNumber x, IntNumber y, IntNumber width, IntNumber height, WindowHandle parent, HInstance instance, UnsafePointer paramPtr)
 | 
| Modifier and Type | Static Property | 
|---|---|
get  WindowHandle | 
Default()
 | 
| Modifier and Type | Method | 
|---|---|
BoolValue | 
equal(Handle h)
 | 
 | 
setPosition(IntNumber x, IntNumber y, IntNumber cx, IntNumber cy, IntNumber flags)
 | 
 | 
setCaption(WideString s)
 | 
WideString | 
getCaption()
 | 
 | 
setEnabled(IntNumber value)
 | 
BoolValue | 
isEnabled()
 | 
 | 
setChecked(IntNumber n)
 | 
BoolValue | 
isChecked()
 | 
 | 
setVisible(IntNumber n)
 | 
BoolValue | 
isVisible()
 | 
 | 
refresh()
 | 
public class WinFormsException
| Modifier and Type | Constructor / Static Method | 
|---|---|
WinFormsException | 
new()
 | 
public class WNDCLASS
| Modifier and Type | Field | 
|---|---|
IntNumber | 
style
 | 
UnsafePointer | 
lpfnWndProc
 | 
IntNumber | 
cbClsExtra
 | 
IntNumber | 
cbWndExtra
 | 
Handle | 
hInstance
 | 
Handle | 
hIcon
 | 
Handle | 
hCursor
 | 
Handle | 
hbrBackground
 | 
UnsafePointer | 
lpszMenuName
 | 
UnsafePointer | 
lpszClassName
 |