Community of VE/MapPoint Users and Developers
This is a discussion on Delphi and pushpins? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I've seen a few examples of using custom pushpins with Delphi, but I've had no luck with them. The main ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Delphi and pushpins? Could anyone explain how to load and reference/use a custom symbol? Thanks. |
| ||||
| Re: Delphi and pushpins?
I haven't done any development with Delphi, but have you seen the articles on MP2Kmag? search for Delphi on this page MapPoint Articles three articles: Using MapPoint In Delphi Snap to a Road Delphi Address Verifier Can anyone think of other good examples? You can search this forum for "delphi" using Google site:mapforums.com delphi or the Forum's built-in search software, see "Search" above. Eric
__________________ |
| |||
| Re: Delphi and pushpins?
Hi, You dont need the Dim statement in Delphi. Just declare the variables as a class member or on the stack. You need to include the type library if you use the object model: Code: private
Loc: Location;
PP: PushPin;
DS: Dataset;
end;
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| delphi, pushpins |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using MapPoint In Delphi | Anonymous | MP2K Magazine Articles | 8 | 12-05-2005 10:51 AM |
| Creating a subset of Pushpins from a set of pushpins | paf33 | MapPoint 2006/2009 Discussion | 3 | 08-09-2005 05:54 AM |
| Delphi | Anonymous | MapPoint 2006/2009 Discussion | 2 | 12-18-2003 12:11 PM |
| pushpins with delphi | ian | MapPoint 2006/2009 Discussion | 2 | 06-19-2003 01:15 PM |
| Mappoint With Delphi 5 | stuarth | MapPoint 2006/2009 Discussion | 1 | 04-08-2003 11:21 AM |