TShellFileSysController

From Ultibo.org
Revision as of 05:32, 29 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit ShellFilesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-c...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit ShellFilesystem


Description


To be documented

Class definitions



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


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


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


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


Return to Unit Reference