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: if value = 0 then Result := 'Zero' else Result := 'Non-Zero'; As you can see this is 4 lines of code. You might have seen that in…
Read more