System.Net.Socket.TIPAddress.Address

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Address: string read GetAddress;

C++

__property System::UnicodeString Address = {read=GetAddress};

Eigenschaften

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


Beschreibung

IP-Adresse in einem zum Anzeigen geeigneten String-Format.

Siehe auch