oResult : FindResults;
FMap : _map;
begin
FMap := Application1.ActiveMap as _Map;
Loc := FMap.GetLocation(X, Y,1) as Location;
Loc.GoTo_;
oResult := FMap.ObjectsFromPoint(FMap.LocationToX(Loc),FMap.L ocationToY(Loc)) as FindResults;
if i use this code to search with i get 5 results. but i cannot read any of the results. Every thime i try i get an access violation. I have tried several different code samples from this site and i allways get an access violation any ideas?