[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpwebclient.pp line 76
type TWebClientResponse = class(TRequestResponse) |
protected |
function GetStatusCode; virtual; |
function GetStatusText; virtual; |
public |
constructor Create(); virtual; |
property StatusCode: Integer; [r] |
property StatusText: string; [r] |
end; |
| |
| |
TObject |