RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractSocket.SetAddress Method

Sets the Address property.

Pascal
procedure SetAddress(Value: string);
C++
__fastcall SetAddress(AnsiString Value);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!