Unit 'fpopenapi.pascaltypes' Package
[Overview][Constants][Types][Classes][Index] [#fcl-openapi]

TAPIResponseInfo

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TAPIResponseInfo

|

TObject


Documentation generated on: 2026-03-03