Unit TinyShell |
Tiny Shell Component for Delphi 2.0 Version 00.00.12 (Test Version) by Glen Why Tiny Shell - is a simple command shell for GUI applications. GUI application can use this shell for debugging purposes or in any other situation when an alternate interface for a running programm need. This is a test version, I would not recommend you to rely on it in a commercial application. Anyway, it's fully functional, and further changes will not affect an existing interface (I hope). Using Tiny Shell ---------------- This version of the shell has only three predefined commands: "exit", "help", and "close". "exit" and "close" close the shell. You can also close the shell by calling shell's Close method. "help" lists all registered commands and their descriptions. Use AddCommand to add new commands. Shell provides OnInitialize event, that is the best place for registering shell commands. Use Open method to open the shell window. See source for details.
Classes |
Functions |
Register -
Types |
Constants |
Variables |
Functions |
Types |
TTinyShellCOmmand = procedure( Sender :TObject; const Params :String ) of object
Constants |
Variables |