Delphi 7 introduced introduced warnings for unsafe constructs like W1047 and W1048 so you could prepare your code for the*first Delphi .NET compilers . The oldest online documentation on this is in Delphi 2007: [WayBack] Unsafe Code (Delphi for .NET) Type Switch Syntax {$UNSAFECODE ON} or {$UNSAFECODE OFF} Default {$UNSAFECODE OFF} Scope Local [WayBack] W1046: […]
Weiterlesen...