Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++CodeDelphi

Learn How To Build An Iterator Python Type For Delphi In This Windows GUI App

We are aware of how to use TStringList in Delphi. we learned how to create a Python type using Delphi classes. Thinking How to create an iterator in Delphi Which holds python objects? This post guide you to create a Python Type that contains a list of strings(python string objects) similar to TStringList. And a String List Iterator Python Type In Delphi to iterate the StringList Python Type easily…
Read more
C++RAD Studio

Learn How To Use Return Type Deduction In C++ For Windows Apps

In this tutorial, you will learn how to use return type deduction in C++ Builder. For the C++14 scheme ofautowith functions, the compiler can deduce return types for any function, no matter how complex it is. The only requirement is that each return statement needs have the same type. The practices are identical as for auto variables. To deduce the type, the compiler requires to…
Read more
C++CodeDelphi

Easily Create A Python Container Type In Delphi And Execute It In This Windows Sample App

Earlier we learned how to create a Python type using Delphi classes. How about creating a Python type with some containers or collections capabilities in Delphi and accessing its elements? Python4Delphi PyObject contains Type Services routines e.g Basic, Number, Sequence, Mapping which can be overridden with our custom Python Types Delphi classes. This post helps to do that.
Read more
Tech Partner

DevExpress VCL Subscription v20.2 Beta 1

As you may already know, DevExpress just released the first beta for their next major VCL update – v20.2. The official release is slated for the end of November. If you own an active VCL Subscription, you can download Beta 1 directly from their website. They completed work on major functionality and look forward to your feedback so we can finalize our release and address any major…
Read more
C++DelphiNewsRAD Studio

Flash Sale Ends Today! Multiple Opportunities Available

Note: These flash sale and promo offers have already ended and are no longer valid. The current End-of-Quarter flash sale opportunities for multiple companies in the Idera family, namely Embarcadero…

IN THE ARTICLES