Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

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:

[crayon-663686bfddeea482804516/]

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):

[crayon-663686bfddef1927527674/]

There you go, this is so easy and efficient.

Here are some of theĀ helpful functions:

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

Exit mobile version