From f05b0a833d72c8f8349dfecb5be5e568628977de Mon Sep 17 00:00:00 2001 From: Ruan Diego Lacerda Menezes Date: Mon, 12 Oct 2020 08:34:16 -0300 Subject: [PATCH] Add Object Pascal language to readme (#1229) --- example/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/example/README.md b/example/README.md index 44090b565..eab03bbf2 100644 --- a/example/README.md +++ b/example/README.md @@ -18,6 +18,7 @@ Choose your preferred programming language to see examples of usage and a detail - [C++](#cxx) - [Swift](#swift) - [Objective-C](#objective-c) +- [Object Pascal](#object-pascal) - [Dart](#dart) - [Rust](#rust) - [Erlang](#erlang) @@ -135,6 +136,14 @@ TDLib can be used from the Objective-C programming language through [JSON](https See [example/ios](https://github.com/tdlib/td/tree/master/example/ios) for an example of building TDLib for iOS, watchOS, tvOS, and macOS. + +## Using TDLib in Object Pascal projects with Delphi and Lazarus + +TDLib can be used from the Object Pascal programming language. + +See [tdlib-delphi](https://github.com/dieletro/tdlib-delphi) or [tdlib-lazarus](https://github.com/dieletro/tdlib-lazarus) for examples of such use and a Delphi or Lazarus client for TDLib. +This Example was developed for use and consumption of the Official [*Telegram TDLib API*](https://core.telegram.org/tdlib) for use in Delphi + ## Using TDLib in Dart projects