DP News-Robot |
23. Feb 2021 05:10 |
Delphi intrinsic functions that evaluate to consts
A long time ago, I wondered*Are these really Windows compiler unsupported Delphi Intrinsic Routines about [WayBack/Archive.is] Delphi Intrinsic Routines – RAD Studio. Today, I limited the documented intrinsic list to the constant intrinsic functions: const _Abs = System.Abs(1); _Chr = System.Chr(1); _Concat = System.Concat(1); _Hi = System.Hi(1); _High = System.High(1); _Length = System.Length(''); _Lo = […]
Weiterlesen...
|