TShellFileSysChdir

From Ultibo.org
Revision as of 05:38, 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



[Expand]

TShellFileSysChdir = class(TShellCommand)


Function declarations



[Expand]
constructor TShellFileSysChdir.Create;
Description: To be documented


[Expand]
destructor TShellFileSysChdir.Destroy;
Description: To be documented


[Expand]
function TShellFileSysChdir.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented


[Expand]
function TShellFileSysChdir.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented


[Expand]
function TShellFileSysChdir.DoDefault(AShell:TShell; ASession:TShellSession; const AName:String; AParameters:TStrings):Boolean;
Description: To be documented


[Expand]
function TShellFileSysChdir.DoExtended(AShell:TShell; ASession:TShellSession; const AName:String; AParameters:TStrings):Boolean;
Description: To be documented


Return to Unit Reference