Difference between revisions of "TShellCommandClear"

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:09, 29 May 2018

Return to Unit Shell


Description


To be documented

Class definitions



[Expand]

TShellCommandClear = class(TShellCommand)


Function declarations



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


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


[Expand]
function TShellCommandClear.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented


[Expand]
function TShellCommandClear.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented


[Expand]
function TShellCommandClear.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented


Return to Unit Reference