TShellManager
From Ultibo.org
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