THTTPParam
From Ultibo.org
								
												
				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