TTMSFNCCustomCloudIPLocalization Class
Provides the non-visual component surface for resolving IP addresses to geolocation details. Exposes the API key, the selected provider, the list of resolved entries, and methods to request a lookup.
API unit family: TMSFNCCloudIPLocalization
Inherits from: TTMSFNCCustomComponent
Syntax
TTMSFNCCustomCloudIPLocalization = class(TTMSFNCCustomComponent)
Properties
| Name | Description |
|---|---|
| IPs | The list of IP entries resolved by this component. |
Methods
| Name | Description |
|---|---|
| GetIP | Starts an asynchronous lookup for the supplied IP address. The result is reported through the OnGetIP event. |
| GetLocalizedIPByIPAddress | Returns the previously resolved IP entry that matches the supplied IP address. |