title: “Delphi” librarylang: “delphi” layout: tutorial tutorial: true

Prerequisites

  • Thrift requires at least Delphi 2010. Earlier versions and FPC will not work due to the lack of Generics.

Client

[snippet:path=tutorial/delphi/DelphiClient/DelphiClient.dpr:lang=pascal:lines=19,114]

Server

[snippet:path=tutorial/delphi/DelphiServer/DelphiServer.dpr:lang=pascal:lines=19,173]

Additional Information