Delphi 7 doesn’t allow me to assign one variable declared as “array of byte” to another variable declared as “array of byte” but Delphi 8 accepts this. Why is there a difference? The issue is type identity. Delphi considers the name of a type to be its identity. If two arrays of the same “shape” […]
Mar 062004