Data.DBXClient.TDBXClientConnection.DerivedOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DerivedOpen; override;

C++

virtual void __fastcall DerivedOpen();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientConnection

Description

Opens the current DataSnap connection.

DerivedOpen is called by Open to open the DataSnap connection. Every class derived from TDBXConnection must implement it.

See Also