Datasnap.DSConnect.TDSProviderConnection.SetConnected

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSConnect.pas
Datasnap.DSConnect.hpp
Unit: Datasnap.DSConnect
Parent: TDSProviderConnection

Delphi

procedure SetConnected(Value: Boolean); override;

C++

virtual void __fastcall SetConnected(bool Value);

Description

Changes the value of the Connected property.

SetConnected is the protected write implementation of the Connected property.

See Also