System.Win.ScktComp.TAbstractSocket.SetHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHost(Value: string);

C++

void __fastcall SetHost(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 Host property.

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.

See Also