App Methods |
The App type exposes the following members.
Name | Description | |
---|---|---|
Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) | |
Exec |
Start the event handling loop for the application.
| |
GetAccel | This method returns the handle for the current active Accelerator Table. | |
GetAccelWindow | This method gets the handle to the window for which accelerators must be translated. | |
GetDialogWindow | This method gets the handle active Dialog window for which Dialog keys must be handled | |
GetMdiClientWindow | This method gets the handle to the MDI Clientwindow on the active ShellWindow. | |
Handle |
Return the handle for an application.
| |
Quit |
Terminate the application by instructing the application to close itself.
| |
Run |
Invoke and execute a specified command.
| |
SetAccel | This method sets the handle for the current active Accelerator Table (belonging to the active menu). | |
SetAccelWindow | This method sets the window for which accelerators must be translated. | |
SetDialogWindow | This method sets the handle active Dialog window for which Dialog keys must be handled | |
SetMdiClientWindow | This method sets the handle to the MDI Clientwindow on the active ShellWindow. |