Difference between revisions of "TShellFileSysFileSystem"

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

Return to Unit ShellFilesystem


Description


To be documented

Class definitions



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


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


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


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


Return to Unit Reference