System.Net.Socket.TIPAddress.LookupAddress

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function LookupAddress(const Address: string): TIPAddress; static;

C++

static TIPAddress __fastcall LookupAddress(const System::UnicodeString Address);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TIPAddress


Beschreibung

Gibt eine IP-Adresse auf Basis der angegebenen String-Repräsentation einer IPv4-Adresse zurück.

Siehe auch