TShellCommand
From Ultibo.org
Return to Unit Shell
Description
To be documented
Class definitions
[Expand]
TShellCommand = class(TListObject)
Function declarations
[Expand]
function TShellCommand.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
[Expand]
function TShellCommand.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
[Expand]
function TShellCommand.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented
[Expand]
function TShellCommand.DoDefault(AShell:TShell; ASession:TShellSession; const AName:String; AParameters:TStrings):Boolean;
Description: To be documented
[Expand]
function TShellCommand.DoExtended(AShell:TShell; ASession:TShellSession; const AName:String; AParameters:TStrings):Boolean;
Description: To be documented
[Expand]
function TShellCommand.DoCompletion(AShell:TShell; ASession:TShellSession; const AName:String; AParameters:TStrings; var AError:Boolean):String;
Description: To be documented
[Expand]
function TShellCommand.GetAlias(APrevious:TShellAlias; ALock,AUnlock:Boolean):TShellAlias;
Description: To be documented
[Expand]
function TShellCommand.FindAlias(const AName:String):TShellAlias;
Description: To be documented
[Expand]
function TShellCommand.RegisterAlias(AAlias:TShellAlias):Boolean;
Description: To be documented
[Expand]
function TShellCommand.DeregisterAlias(AAlias:TShellAlias):Boolean;
Description: To be documented
[Expand]
function TShellCommand.MatchAlias(const AName:String; var AContinue:Boolean):TShellAlias;
Description: Check the supplied command name against registered aliases, if matched return alias as result
Return to Unit Reference