RAD Studio VCL Reference
|
Sets the Connected property.
procedure SetConnected(Value: Boolean); override;
virtual __fastcall SetConnected(Boolean Value);
SetConnected is the protected implementation of the Connected property.
If Value is false, SetConnected generates a BeforeDisconnect event, closes the connection, and generates an AfterDisconnect event.
If Value is true, SetConnected performs the following actions:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|