TShellUpdate

From Ultibo.org
Revision as of 06:00, 29 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit ShellUpdate __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsib...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit ShellUpdate


Description


To be documented

Class definitions



[Expand]

TShellUpdate = class(TShellCommand)


Function declarations



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


[Expand]
function TShellUpdate.GetList(const ANames:String):TStringList;
Description: To be documented


[Expand]
function TShellUpdate.GetLocal(const AName:String; ACurrent:Boolean):String;
Description: To be documented


[Expand]
function TShellUpdate.GetRemote(const AName:String):String;
Description: To be documented


[Expand]
procedure TShellUpdate.SetProxy(AClient:THTTPClient);
Description: To be documented


[Expand]
function TShellUpdate.UpdateGet(AShell:TShell; ASession:TShellSession; const ALocal,ARemote:String; AForce:Boolean; var AUpdate:Boolean):Boolean;
Description: To be documented


[Expand]
function TShellUpdate.UpdateCheck(AShell:TShell; ASession:TShellSession; const ALocal,ARemote:String; AForce:Boolean; var AUpdate:Boolean):Boolean;
Description: To be documented


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


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


[Expand]
function TShellUpdate.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean; 
Description: To be documented


Return to Unit Reference