DP News-Robot |
24. Dez 2020 06:10 |
Is this code safe? function Some(const Str : AnsiString); var arr : TBytes …
[WayBack] Is this code safe? function Some(const Str : AnsiString); var arr : TBytes absolute Str; begin fSomeMethodWithTBytesParam(arr); <- arr is properly c… – Jacek Laskowski – Google+ Such a seemingly simple question: Is this code safe? procedure Some(const Str : AnsiString); var arr : TBytes absolute Str; begin fSomeMethodWithTBytesParam(arr); // <- arr is properly […]
Weiterlesen...
|