Difference between revisions of "TConsoleShellExit"

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

Latest revision as of 01:01, 1 May 2018

Return to Unit Console Shell


Description


To be documented

Class definitions



TConsoleShellExit = class(TShellCommand)

public
constructor Create;  
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 TConsoleShellExit.Create;
Description: To be documented
Note None documented


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


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


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


Return to Unit Reference