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

Learn How The Delphi RTL Improves Efficiency With Fewer Lines of Code

Delphi RunTime Library gets enhanced with each new Delphi release, but often these improvements hide behind many flashier features. In this session, you can find out some of these fantastic RTL features.

For instance, you have this Delphi code:

As you can see this is 4 lines of code. You might have seen that in other languages there is a conditional ternary operator. Actually, you can do that thing in Delphi also! How? Here is the solution (be sure to add System.StrUtils unit):

There you go, this is so easy and efficient.

Here are some of the helpful functions:

  • StartsText(const ASubText, AText: String): Boolean;
  • RandomFrom(const AValues: Array of String): String;
  • MatchText and MatchStr
  • DupeString 

Be sure to watch the webinar to learn more about these functions in action. You can learn about Parallel Programming Library also!


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

About author

Software Developer | CS(CyberSec) Undergrad at APU Malaysia | Delphi/C++ Builder Enthusiast | Microsoft Learn Student Ambassador | Microsoft Azure Certified

1 Comment

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES