THTTPParams

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

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

Return to Unit HTTP


Description


To be documented

Class definitions



[Expand]

THTTPParams = class(TObject)


Function declarations



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


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


[Expand]
procedure THTTPParams.Clear;
Description: To be documented


[Expand]
function THTTPParams.GetCount:Integer;
Description: To be documented


[Expand]
function THTTPParams.GetParam(APrevious:THTTPParam):THTTPParam;
Description: To be documented


[Expand]
function THTTPParams.FindParam(const AName:String):THTTPParam;
Description: To be documented


[Expand]
function THTTPParams.AddParam(const AName,AValue:String):Boolean;
Description: To be documented


[Expand]
function THTTPParams.DeleteParam(const AName:String):Boolean;
Description: To be documented


Return to Unit Reference