TdxMapControlGeoPoint.IsEqual(TdxMapControlGeoPoint) Method
Checks if the record’s fields define a specified geographical point.
Declaration
function IsEqual(const AGeoPoint: TdxMapControlGeoPoint): Boolean;
Parameters
| Name | Type |
|---|---|
| AGeoPoint | TdxMapControlGeoPoint |
Returns
| Type |
|---|
| Boolean |
Remarks
This function calls the dxMapControlGeoPointIsEqual global function, passes the current geographical point and AGeoPoint as parameters, and returns its result.
See Also