Il 25/10/2017 10:49, Ondrej Pokorny via Lazarus ha scritto:
Furthermore, "Format('0x%P',[@Myself])" doesn't make sense - it should be "Format('0x%P',[Pointer(Myself)])".

With @Myself I get the address of the object, with Pointer(Myself) I get the address of the pointer to the object.

Giuliano


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to