Delphi Dev
459 subscribers
1 photo
1 video
783 links
News, articles, books and videos from the world of Delphi development.
Download Telegram
​​Have you ever needed the run-time call-stack tracing with Delphi?

The updated set of TMS MemInsight tools provides a special function, GetCallStack, that can obtain call-stack information when calling a method in your app. This might be necessary to collect debug information when running the app in production.

Just check out the TMS dev blog for more details 😲
https://www.tmssoftware.com/site/blog.asp?post=935
​​Do you need to work with GMail or Google Calendar in Delphi? Check out the following GitHub repository that implements integrations for Google Workspace developer products.

The current version of the library provides access to Gmail and Google Calendar APIs. The library utilizes RTTI to serialize JSON to Delphi classes and Clever Internet components to implement HTTPS and OAUTH protocols 😲

Also, the repo includes an example of using Gmail to send mail from your Delphi app. Just try it and see how it works πŸ‘
https://github.com/CleverComponents/Google-Apis