TShellCommand

From Ultibo.org
Jump to: navigation, search

Return to Unit Shell


Description


To be documented

Class definitions



[Expand]

TShellCommand = class(TListObject)


Function declarations



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


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


[Expand]
function TShellCommand.GetName:String;
Description: To be documented


[Expand]
procedure TShellCommand.SetName(const AName:String);
Description: To be documented


[Expand]
procedure TShellCommand.SetFlags(AFlags:LongWord);
Description: To be documented


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


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


[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