Click or drag to resize

App Methods (Typed)

X#

The App type exposes the following members.

Functions
  NameDescription
Public methodAfterDispatch Obsolete.
Public methodCode exampleBeforeDispatch
Low-level handler used with App:AfterDispatch() for intercepting any message posted to an application's message queue.
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.
Public methodExec(Long)
Start the event handling loop for the application.
Public methodExec(Long, Object)
Start the event handling loop for the application.
Public methodGetAccel Obsolete.
Public methodGetAccelWindow Obsolete.
Public methodGetDialogWindow
This method gets the handle active Dialog window for which Dialog keys must be handled
Public methodGetMdiClientWindow Obsolete.
Public methodHandle
Return the handle for an application.
Public methodQuit
Terminate the application by instructing the application to close itself.
Public methodRun
Invoke and execute a specified command.
Public methodSetAccel Obsolete.
Public methodSetAccelWindow Obsolete.
Public methodSetDialogWindow
This method sets the handle active Dialog window for which Dialog keys must be handled
Public methodSetMdiClientWindow Obsolete.
Top
See Also