You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am aware that markers are still under development, but I can not see any of them on my installed Delphi 10.4 when I am running Markers example. Are they being correctly plotted on the map in Delphi 11?
Best regards,
Alexandre
The text was updated successfully, but these errors were encountered:
Makers don't funtion yet. I'm still searching a good way to deserialize an object without memory leaks.
I need to exclude some properties (for example FOwnerInterface from TInterfacedPersistent) to avoid infinite recursive deserialization. If I use TJSONMarshal, I get memory leaks. If I use TJson I dont know how exclude these properties from the ancestor class (and thus avoid recursion in deserialization). I am looking for the best way to avoid memory leaks and to be able to skip some properties
That is for simplifies the pass parameters between Delphi and JavaScript
Hi,
I am aware that markers are still under development, but I can not see any of them on my installed Delphi 10.4 when I am running Markers example. Are they being correctly plotted on the map in Delphi 11?
Best regards,
Alexandre
The text was updated successfully, but these errors were encountered: