Difference between revisions of "TShellFileSysDeltree"
From Ultibo.org
								
												
				 (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:45, 29 May 2018
Return to Unit ShellFilesystem
Description
To be documented
Class definitions
TShellFileSysDeltree = 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 TShellFileSysDeltree.Create;
Description: To be documented
| Note | None documented | 
|---|
 
function TShellFileSysDeltree.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
| Note | None documented | 
|---|
 
function TShellFileSysDeltree.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
| Note | None documented | 
|---|
function TShellFileSysDeltree.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented
| Note | None documented | 
|---|
Return to Unit Reference