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

Idera, Inc. 2018 Predictions

Idera, Inc. is one of the largest privately held US software companies. We focus on providing Best-on-class Technology Productivity tools for development, database management, and testing. We carefully monitor industry developments to ensure that our products continue to…
C++

On iPhone X(iOS11.2), use Regular Expressions library.

Author: h.mohri The 35th Developer camp will be held in Japan on March 15, 2018. The venue is Tokyo Akihabara UDX GALLERY NEXT. C++Builder 10.2.2 is one of the merits of being able to use RTL and STL. For RTL, the classes on Regular expressions are TRegEx, TPerlRegEx. But, since std::regexSTL can also be used, I set the target device to iOS this time and tried it. I tried four…
Read more
News

Try-Finally Blocks for Protecting Multiple Resources in Delphi

The Delphi language shares with many others a standard resource allocation pattern to make sure that in case of an exception the resources is properly released. Resources in this context are memory objects, files, operating system objects and handles, and the like. In Delphi, compared to other languages with a garbage collector, the relevance increased by memory management…
Read more
News

Petra Wins Embarcadero Cool App for December

Any developer knows how time-consuming it can be to come up with good graphics for multi-platform development. There are so many different device pixel densities that require different images. That’s why I’m excited to announce Embarcadero’s December Cool App winner…
News

Upgrade SKU to be Discontinued by March 31st

Dear Customers, A few years back we introduced our Update Subscription program. This approach to licensing was a response to dominant industry trends to move away from periodic Upgrades to ongoing Subscription relationships that deliver continuous value to customers. Our Product Roadmap and Release Strategy are aligned with this philosophy as we strive to make upgrades to new releases much…
Read more
C++CodeIDE

How To Use Skia Shaders, SVG Images With C++ Builder 12

The latest RAD Studio C++ Builder 12 Update 1 has been released with a lot of amazing new features, such as the new bcc64x 64-bit CLANG compiler that has VCL/FMX/Skia GUI support with a one-click…

IN THE ARTICLES