System.Win.ScktComp.TAbstractSocket.SetAddress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAddress(Value: string);

C++

void __fastcall SetAddress(System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TAbstractSocket

Description

Sets the Address property.

SetAddress is the protected implementation of the Address property. SetAddress raises an ESocketError exception if an attempt is made to set the Address property when the socket connection is open.

See Also