API:System.Win.ScktComp.TClientSocket.DoActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoActivate(Value: Boolean); override;

C++

virtual void __fastcall DoActivate(bool Value);

Properties

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

Description

Provides the prototype of a method to open or close the socket connection.

System.Win.ScktComp.TClientSocket.DoActivate inherits from System.Win.ScktComp.TAbstractSocket.DoActivate. All content below this line refers to System.Win.ScktComp.TAbstractSocket.DoActivate.

Provides the prototype of a method to open or close the socket connection.

Descendants of TAbstractSocket override DoActivate to provide a method that initiates or terminates the socket connection. The steps that need to be taken to open or close a connection depend on whether the socket is a client socket or a server socket.

See Also