Registriert seit: 20. Feb 2012
2 Beiträge
|
AW: Google Maps über COM (Component Object Model)
1. Mär 2012, 12:23
Hi, I'm trying to learn this useful framework, but I cannot change the cursor icon.
Example
...
with MapOptions do
begin
...
DraggableCursor := 'crosshair';
end;
...
Delphi 5 show an "Unknow name" error, and don't load the google map image.
Program work well if DraggableCursor := 'crosshair'; is delete.
Can You help me? Thanks
|