Difference between revisions of "TShellCommandShutdown"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Shell __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collap...")
 
(No difference)

Latest revision as of 04:11, 29 May 2018

Return to Unit Shell


Description


To be documented

Class definitions



TShellCommandShutdown = 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 TShellCommandShutdown.Create;
Description: To be documented
Note None documented


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


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


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


Return to Unit Reference