Click or drag to resize

VOWinFormApp Methods (Typed)

X#

The VOWinFormApp type exposes the following members.

Functions
  NameDescription
Public methodAfterDispatch Obsolete. (Inherited from App.)
Public methodCode exampleBeforeDispatch
Low-level handler used with App:AfterDispatch() for intercepting any message posted to an application's message queue.
(Inherited from App.)
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodExec
Start the event handling loop for the application.
(Inherited from App.)
Public methodExec(Long)
Start the event handling loop for the application.
(Inherited from App.)
Public methodExec(Long, Object)
Start the event handling loop for the application.
(Inherited from App.)
Public methodGetAccel Obsolete. (Inherited from App.)
Public methodGetAccelWindow Obsolete. (Inherited from App.)
Public methodGetDialogWindow
This method gets the handle active Dialog window for which Dialog keys must be handled
(Inherited from App.)
Public methodGetMdiClientWindow Obsolete. (Inherited from App.)
Public methodHandle
Return the handle for an application.
(Inherited from App.)
Public methodQuit
Terminate the application by instructing the application to close itself.
(Inherited from App.)
Public methodRegisterWinForm
Public methodRun
Invoke and execute a specified command.
(Inherited from App.)
Public methodSetAccel Obsolete. (Inherited from App.)
Public methodSetAccelWindow Obsolete. (Inherited from App.)
Public methodSetDialogWindow
This method sets the handle active Dialog window for which Dialog keys must be handled
(Inherited from App.)
Public methodSetMdiClientWindow Obsolete. (Inherited from App.)
Public methodUnRegisterWinForm
Top
See Also