System.Win.ScktComp.TAbstractSocket.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(Value: Boolean);

C++

void __fastcall SetActive(bool 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 Active property.

SetActive is the protected implementation of the Active property. SetActive calls the DoActivate method to open or close the socket connection.

See Also