TShellFileSysDisk
From Ultibo.org
								Revision as of 05:33, 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...")
Return to Unit ShellFilesystem
Description
To be documented
Class definitions
TShellFileSysDisk = 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 TShellFileSysDisk.Create;
Description: To be documented
| Note | None documented | 
|---|
 
function TShellFileSysDisk.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
| Note | None documented | 
|---|
function TShellFileSysDisk.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
| Note | None documented | 
|---|
function TShellFileSysDisk.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented
| Note | None documented | 
|---|
Return to Unit Reference