[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpopenapi.pascaltypes.pp line 66
type TAPIResponseInfo = class(TObject) |
public |
constructor Create(); |
property StatusCode: string; [r] |
property ContentType: string; [r] |
property TypeData: TAPITypeData; [rw] |
property ResponseKindName: string; [rw] |
property IsSuccess: Boolean; [r] |
end; |
| | |
TObject |