[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: testinsightclient.pp line 74
type TTestInsightHTTPClient = class(TAbstractTestInsightClient) |
protected |
function GetHasError; override; |
function GetLastErrorMessage; override; |
procedure ServerPost(); override; |
function ServerGet(); override; |
procedure ServerDelete(); override; |
public |
constructor Create(); override; |
destructor Destroy; override; |
end; |
| |
| |
TObject |