Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

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

Magic behind FreeAndNil

  Alt 4. Jun 2020, 09:00
Delphi 10.4 Sydney brings one small but rather significant change. A change in the signature of the FreeAndNil procedure from

procedure FreeAndNil(var Obj); inline;


to

procedure FreeAndNil(const [ref] Obj: TObject); inline;





Wait, const means the variable is passed as a constant and cannot be changed from within the procedure.

Weiterlesen...
  Mit Zitat antworten Zitat