dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
Application.run
dfl
application
Application
Run the application.
void
run
()
class
Application
static
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
)
Meta
Source
See Implementation
dfl
application
Application
properties
autoCollect
executablePath
messageLoop
resources
startupPath
userAppDataBasePath
static functions
addHotkey
addMessageFilter
doEvents
enableVisualStyles
exit
exitThread
getInstance
onThreadException
removeHotkey
removeMessageFilter
run
setInstance
showDefaultExceptionDialog
waitForEvent
static variables
hotkeys
idle
threadException
threadExit
structs
HotkeyRegister
Run the application.