App Methods (Typed) |
The App type exposes the following members.
Name | Description | |
---|---|---|
AfterDispatch | Obsolete. | |
BeforeDispatch |
Low-level handler used with App:AfterDispatch() for intercepting any message posted to an application's message queue.
| |
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.
| |
Exec(Long) |
Start the event handling loop for the application.
| |
Exec(Long, Object) |
Start the event handling loop for the application.
| |
GetAccel | Obsolete. | |
GetAccelWindow | Obsolete. | |
GetDialogWindow | This method gets the handle active Dialog window for which Dialog keys must be handled | |
GetMdiClientWindow | Obsolete. | |
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 | Obsolete. | |
SetAccelWindow | Obsolete. | |
SetDialogWindow | This method sets the handle active Dialog window for which Dialog keys must be handled | |
SetMdiClientWindow | Obsolete. |