Simba Code:function isMMonMS(MM : TPoint) : Boolean;
begin
Result := (MMtoMS(MM) <> Point(-1,-1));
end;
Printable View
Simba Code:function isMMonMS(MM : TPoint) : Boolean;
begin
Result := (MMtoMS(MM) <> Point(-1,-1));
end;
This function is kind of small to be part of the library. It could be a good snippet?