TdxMapControlGeoPoint.AsString Property
In This Article
Returns a string representation of the geographical point defined by the record.
#Declaration
Delphi
property AsString: string read; write;
#Property Value
Type |
---|
string |
#Remarks
The function returns a string that is comprised of the Latitude and Longitude field values converted to strings and separated by a comma.
See Also