Archive
Monday, 7. October 2019
1
vote

New Tip: TBooleanHelper.ToString and TUseBoolStrs enumeration
Marco's Tech Blog
– Among the native type record helpers that were introduced in the Delphi RTL a few years back, there is one for the Boolean data type. It has a few methods you can apply to a Boolean variable, including ToString. This is the class helper definition: If you call ToString on a ...