Difference between revisions of "TShellFileSysController"

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

Latest revision as of 05:32, 29 May 2018

Return to Unit ShellFilesystem


Description


To be documented

Class definitions



[Expand]

TShellFileSysController = class(TShellCommand)


Function declarations



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


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


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


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


Return to Unit Reference