Did you know…?

Did you know that TMS Web Core supports record helpers for intrinsic types? They are located in the unit WEBLib.Utils and are compatible to the Delphi record helpers but support further methods like e.g.

if lString.NotIsEmpty then
begin
  ...
end;

This is more comfortable and object-oriented than the classic way and it also doesn’t need brackets like here:

if lVeryLongStatement and (not lString.IsEmpty) then
begin
  ...
end;
This entry was posted in Delphi, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio 10.3 Rio, RAD Studio 10.4 Sydney, RAD Studio XE7, RAD Studio XE8, Third Party Components, Tips and Tricks, TMS Software, TMS Web Core. Bookmark the permalink.