FireDAC.Comp.Client.TFDAdaptedDataSet.PointedConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDAdaptedDataSet

Delphi

property PointedConnection: TFDCustomConnection read GetPointedConnection;

C++

__property TFDCustomConnection* PointedConnection = {read=GetPointedConnection};

Description

The actual connection object.

The PointedConnection property returns the reference to a connection object, which:

See Also