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