Unit 'fpopenapiclient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-web]

TServiceResult

Declaration

Source position: fpopenapiclient.pp line 50

type TServiceResult = record

public

  RequestID: TServiceRequestID;

  ErrorCode: Integer;

  ErrorText: string;

  Value: T;

  constructor create();

  function Success;

end;


Documentation generated on: 2025-07-25