I've seen a few examples of using custom pushpins with Delphi, but I've had no luck with them. The main problem is in the declaration of the MapPoint.DataSet and other vars. The Dim statement used in VB doesn't exist in Delphi, so the Dim objDataSet As MapPoint.DataSet doesn't work.
Could anyone explain how to load and reference/use a custom symbol? Thanks.