title: “Delphi” library_lang: “delphi”

{% include ‘tutorial_intro.md’ %}

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