API:System.Net.Socket.TNetEndpoint.SetAddress

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetAddress(const Address: string); overload;
procedure SetAddress(const Address: Cardinal); overload;
procedure SetAddress(const B1, B2, B3, B4: Byte); overload;

C++

void __fastcall SetAddress(const System::UnicodeString Address)/* overload */;
void __fastcall SetAddress(const unsigned Address)/* overload */;
void __fastcall SetAddress(const System::Byte B1, const System::Byte B2, const System::Byte B3, const System::Byte B4)/* overload */;

Eigenschaften

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

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.