Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.995 Beiträge
 
#1

Is this code safe? function Some(const Str : AnsiString); var arr : TBytes …

  Alt 24. Dez 2020, 05:10
[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...
  Mit Zitat antworten Zitat