dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
Application.run
dfl
application
Application
Run the application.
void
run
()
void
run
(void delegate() whileIdle)
void
run
(ApplicationContext appcon)
void
run
(ApplicationContext appcon, void delegate() whileIdle)
void
run
(Form mainForm, void delegate() whileIdle)
void
run
(Form mainForm)
class
Application
static
void
run
(
Form
mainForm
)
Meta
Source
See Implementation
dfl
application
Application
aliases
waitMsg
properties
autoCollect
context
executablePath
messageLoop
resources
startupPath
userAppDataBasePath
static functions
_doEvents
_waitMsg
addContextMenu
addHotkey
addMenuItem
addMessageFilter
creatingControl
doEvents
enableVisualStyles
exit
exitThread
getInstance
getSpecialPath
lookupHwnd
lookupMenu
lookupMenuID
onThreadException
ppin
punpin
refCountDec
refCountInc
removeHotkey
removeHwnd
removeMenu
removeMessageFilter
run
setCompat
setInstance
showDefaultExceptionDialog
unzombieHwnd
waitForEvent
zombieHwnd
zombieKill
static variables
ZOMBIE_PROP
_compat
hotkeys
idle
threadException
threadExit
structs
HotkeyRegister
Run the application.