TShellCommandHelp

From Ultibo.org
Jump to: navigation, search

Return to Unit Shell


Description


To be documented

Class definitions



TShellCommandHelp = class(TShellCommand)

public
constructor Create;  
destructor Destroy; override;  
private
 
public
function DoInfo(AShell:TShell; ASession:TShellSession):Boolean; override;  


Function declarations



constructor TShellCommandHelp.Create;
Description: To be documented
Note None documented


destructor TShellCommandHelp.Destroy;
Description: To be documented
Note None documented


function TShellCommandHelp.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
Note None documented


function TShellCommandHelp.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented
Note None documented


Return to Unit Reference