RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractSocket.SetActive Method

Sets the Active property.

Pascal
procedure SetActive(Value: Boolean);
C++
__fastcall SetActive(Boolean Value);

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!