TMS VCL Cloud pack is a set of VCL components that let you connect dozens of different cloud services within a few steps. With the TMS VCL Cloud pack, you can integrate with Google, Microsoft, iCloud, DropBox, PayPal, YouTube, Facebook, LinkedIn, Yandex Disk, Amazon, Twilio, Flickr, and many more.
Check out the video:
https://www.youtube.com/watch?v=qzXIIPQpHmcu
Here is an example of the TAdvTwilio component, which shows you how to send SMS messages to a cell phone via the Twilio service.
1 2 3 4 5 6 7 8 9 10 |
var smsg: TAdvTwilio; begin smsg := TAdvTwilio.Create(Self); smsg.App.Key := twilio_accountSID; smsg.App.Secret := twilio_authtoken; smsg.App.Name := twilio_accountphonenumber; smsg.SendSMS('+00112345678','Send SMS to cell phone via TAdvTwilio'); smsg.Free; end; |
Head over and check out the TMS VCL Cloud Pack on GetIt portal and download it from the IDE.
With Windows IDE, you can quickly integrate cloud services into your Delphi projects on Windows when developing in Delphi or C++ environments. Try your Free Trial here.
Design. Code. Compile. Deploy.
Start Free Trial Upgrade Today
Free Delphi Community Edition Free C++Builder Community Edition