Difference between revisions of "THTTPParam"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit HTTP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")
 
(No difference)

Latest revision as of 06:26, 17 May 2018

Return to Unit HTTP


Description


To be documented

Class definitions



THTTPParam = class(TListObject)

public
constructor Create(const AName:String);  
private
FName:String;  
FHash:LongWord;  
FValue:String;  
public
property Name:String read FName;  
property Hash:LongWord read FHash;  
property Value:String read FValue write FValue;  


Function declarations



constructor THTTPParam.Create(const AName:String);
Description: To be documented
Note None documented


Return to Unit Reference