TShellManager

From Ultibo.org
Jump to: navigation, search

Return to Unit Shell


Description


To be documented

Class definitions



[Expand]

TShellManager = class(TObject)


Function declarations



[Expand]
constructor TShellManager.Create;
Description: To be documented


[Expand]
destructor TShellManager.Destroy;
Description: To be documented


[Expand]
function TShellManager.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TShellManager.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TShellManager.GetShell(APrevious:TShell; ALock,AUnlock:Boolean):TShell;
Description: To be documented


[Expand]
function TShellManager.FindShell(const AName:String):TShell;
Description: To be documented


[Expand]
function TShellManager.RegisterShell(AShell:TShell):Boolean;
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.DefaultCommand: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