Perpeto 5 Posted February 13 We are evaluation upgrading to Delphi 12. If I read this https://docwiki.embarcadero.com/Libraries/Athens/en/System.NativeInt correctly, in Delphi 12 I have to do: MyList.delete(NativeInt(0)) compared to MyList.delete(0) in Delphi 11.3? Share this post Link to post
David Heffernan 2345 Posted February 13 I would read the documentation the same way you did Share this post Link to post
Lajos Juhász 293 Posted February 13 I don't read that way. The remark is: Note: To avoid ambiguity, conversions must be explicit, as the following code example illustrates. In the example MyList.delete(0) I don't see ambiguity. The examples on that page are reather bad. Share this post Link to post