Table of Contents

TTMSFNCCustomCloudIPLocalization.GetLocalizedIPByIPAddress Method

Returns the previously resolved IP entry that matches the supplied IP address.

API unit family: TMSFNCCloudIPLocalization Declaring type: 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.