- addHotkey
void addHotkey(Keys k, void delegate(Object sender, KeyEventArgs ea) dg)
- addMessageFilter
void addMessageFilter(IMessageFilter mf)
- doEvents
bool doEvents()
bool doEvents(uint msDelay)
Process all messages in the message queue. Returns false if the application should exit.
- enableVisualStyles
void enableVisualStyles()
- exit
void exit()
- exitThread
void exitThread()
Exit the thread's message loop and return from run.
- getInstance
HINSTANCE getInstance()
- onThreadException
void onThreadException(DThrowable e)
- removeHotkey
void removeHotkey(Keys k, void delegate(Object sender, KeyEventArgs ea) dg)
- removeHotkey
void removeHotkey(Keys k)
- removeMessageFilter
void removeMessageFilter(IMessageFilter mf)
- run
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)
- setInstance
void setInstance(HINSTANCE inst)
- showDefaultExceptionDialog
bool showDefaultExceptionDialog(Object e)
- waitForEvent
void waitForEvent()