RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractSocket.SetHost Method

Sets the Host property.

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

SetHost is the protected implementation of the Host property. SetHost raises an ESocketError exception if an attempt is made to set the Host 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!