Difference between revisions of "TShellUpdate"

From Ultibo.org
Jump to: navigation, search
Line 40: Line 40:
 
|colspan="2"|   
 
|colspan="2"|   
 
|-
 
|-
| <code>function IsParameter(const AValue:String; const AParameter:String = ''):Boolean;</code>
+
| <code>function IsParameter(const AValue:String; const AParameter:String =''):Boolean;</code>
 
| &nbsp;
 
| &nbsp;
 
|-
 
|-

Revision as of 03:45, 13 September 2022

Return to Unit ShellUpdate


Description


To be documented

Class definitions



TShellUpdate = class(TShellCommand)

public
constructor Create;  
private
function GetList(const ANames:String):TStringList;  
function AddList(const ANames:String; AList:TStringList):Boolean;  
function GetLocal(const AName:String; ACurrent:Boolean):String;  
function GetRemote(const AName:String):String;  
 
function IsParameter(const AValue:String; const AParameter:String =):Boolean;  
 
procedure SetProxy(AClient:THTTPClient);  
protected
function UpdateGet(AShell:TShell; ASession:TShellSession; const ALocal,ARemote:String; AForce:Boolean; var AUpdate:Boolean):Boolean;  
function UpdateCheck(AShell:TShell; ASession:TShellSession; const ALocal,ARemote:String; AForce:Boolean; var AUpdate:Boolean):Boolean;  
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 TShellUpdate.Create;
Description: To be documented
Note None documented


function TShellUpdate.GetList(const ANames:String):TStringList;
Description: To be documented
Note None documented


function TShellUpdate.GetLocal(const AName:String; ACurrent:Boolean):String;
Description: To be documented
Note None documented


function TShellUpdate.AddList(const ANames:String; AList:TStringList):Boolean;
Description: To be documented
Note None documented


function TShellUpdate.GetLocal(const AName:String; ACurrent:Boolean):String;
Description: To be documented
Note None documented


function TShellUpdate.GetRemote(const AName:String):String;
Description: To be documented
Note None documented


function TShellUpdate.IsParameter(const AValue:String; const AParameter:String = ''):Boolean;
Description: To be documented
Note None documented


procedure TShellUpdate.SetProxy(AClient:THTTPClient);
Description: To be documented
Note None documented


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


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


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


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


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


Return to Unit Reference