Click or drag to resize

App Methods

X#

The App type exposes the following members.

Functions
  NameDescription
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 methodGetAccel
This method returns the handle for the current active Accelerator Table.
Public methodGetAccelWindow
This method gets the handle to the window for which accelerators must be translated.
Public methodGetDialogWindow
This method gets the handle active Dialog window for which Dialog keys must be handled
Public methodGetMdiClientWindow
This method gets the handle to the MDI Clientwindow on the active ShellWindow.
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
This method sets the handle for the current active Accelerator Table (belonging to the active menu).
Public methodSetAccelWindow
This method sets the window for which accelerators must be translated.
Public methodSetDialogWindow
This method sets the handle active Dialog window for which Dialog keys must be handled
Public methodSetMdiClientWindow
This method sets the handle to the MDI Clientwindow on the active ShellWindow.
Top
See Also