Difference between revisions of "TShellUpdate"
From Ultibo.org
(One intermediate revision by the same user not shown) | |||
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> |
| | | | ||
|- | |- | ||
Line 89: | Line 89: | ||
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | ||
<pre style="border: 0; padding-bottom:0px;">function TShellUpdate.GetList(const ANames:String):TStringList;</pre> | <pre style="border: 0; padding-bottom:0px;">function TShellUpdate.GetList(const ANames:String):TStringList;</pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | <div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | ||
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> |
Latest revision as of 03:49, 13 September 2022
Return to Unit ShellUpdate
Description
To be documented
Class definitions
[Expand]
TShellUpdate = class(TShellCommand)
Function declarations
[Expand]
function TShellUpdate.GetList(const ANames:String):TStringList;
Description: To be documented
[Expand]
function TShellUpdate.AddList(const ANames:String; AList:TStringList):Boolean;
Description: To be documented
[Expand]
function TShellUpdate.GetLocal(const AName:String; ACurrent:Boolean):String;
Description: To be documented
[Expand]
function TShellUpdate.IsParameter(const AValue:String; const AParameter:String = ''):Boolean;
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