TShellManager
From Ultibo.org
Revision as of 03:57, 29 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Shell __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collap...")
Return to Unit Shell
Description
To be documented
Class definitions
[Expand]
TShellManager = class(TObject)
Function declarations
[Expand]
function TShellManager.GetShell(APrevious:TShell; ALock,AUnlock:Boolean):TShell;
Description: To be documented
[Expand]
function TShellManager.DeregisterShell(AShell:TShell):Boolean;
Description: To be documented
[Expand]
function TShellManager.GetCommand(APrevious:TShellCommand; ALock,AUnlock:Boolean):TShellCommand;
Description: To be documented
[Expand]
function TShellManager.FindCommand(const AName:String):TShellCommand;
Description: To be documented
[Expand]
function TShellManager.RegisterCommand(ACommand:TShellCommand):Boolean;
Description: To be documented
[Expand]
function TShellManager.DeregisterCommand(ACommand:TShellCommand):Boolean;
Description: To be documented
Return to Unit Reference