TTMSFNCCloudIPLocalization.GetLocalizedIPByIPAddress Method
Returns the previously resolved IP entry that matches the supplied IP address.
API unit family: TMSFNCCloudIPLocalization
Declaring type: TTMSFNCCloudIPLocalization
Inherited from: TTMSFNCCustomCloudIPLocalization
Syntax
function GetLocalizedIPByIPAddress(AIPAddress: string): TTMSFNCCloudIPLocalizationIP;
Parameters
| Name | Description |
|---|---|
AIPAddress |
The IP address to look up among the resolved entries. |
Returns
The matching IP entry, or nil when no resolved entry has the given address.