System.Win.ScktComp.TAbstractSocket.DoActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoActivate(Value: Boolean); virtual; abstract;

C++

virtual void __fastcall DoActivate(bool Value) = 0 ;

Properties

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

Description

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