TShellCommandTime
From Ultibo.org
Return to Unit Shell
Description
To be documented
Class definitions
TShellCommandTime = class(TShellCommand)
public
| |
constructor Create;
|
|
private
| |
public
| |
function DoHelp(AShell:TShell; ASession:TShellSession):Boolean; override;
|
|
function DoInfo(AShell:TShell; ASession:TShellSession):Boolean; override;
|
|
function DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean; override;
|
Function declarations
constructor TShellCommandTime.Create;
Description: To be documented
Note | None documented |
---|
function TShellCommandTime.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
Note | None documented |
---|
function TShellCommandTime.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
Note | None documented |
---|
function TShellCommandTime.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference