static TCommand |
TCommand.cmAbort |
Immediately abort the application (e.g.
|
static TCommand |
TCommand.cmBackendDisconnect |
Backend disconnected.
|
static TCommand |
TCommand.cmCascade |
Cascade windows.
|
static TCommand |
TCommand.cmClear |
Clear selected text without copying it to the clipboard.
|
static TCommand |
TCommand.cmCloseAll |
Close all windows.
|
static TCommand |
TCommand.cmCopy |
Copy selected text to clipboard.
|
static TCommand |
TCommand.cmCut |
Cut selected text and copy to the clipboard.
|
static TCommand |
TCommand.cmExit |
Exit application.
|
static TCommand |
TCommand.cmHelp |
Enter help system.
|
static TCommand |
TCommand.cmMenu |
Enter first menu.
|
static TCommand |
TCommand.cmOpen |
File open dialog.
|
static TCommand |
TCommand.cmPaste |
Paste from clipboard.
|
static TCommand |
TCommand.cmQuit |
Exit application.
|
static TCommand |
TCommand.cmSave |
Save file.
|
static TCommand |
TCommand.cmShell |
Spawn OS shell window.
|
static TCommand |
TCommand.cmTile |
Tile windows.
|
static TCommand |
TCommand.cmWindowClose |
Close window.
|
static TCommand |
TCommand.cmWindowMove |
Move (move/resize) window.
|
static TCommand |
TCommand.cmWindowNext |
Next window (like Alt-TAB).
|
static TCommand |
TCommand.cmWindowPrevious |
Previous window (like Shift-Alt-TAB).
|
static TCommand |
TCommand.cmWindowZoom |
Zoom (maximize/restore) window.
|