Show: Delphi
C++
Display Preferences
Data.DBXClient.TDBXClientConnection.DerivedOpen
From XE2 API Documentation
Delphi
procedure DerivedOpen(); override;
C++
virtual void __fastcall DerivedOpen(void);
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.