Datasnap.DBClient.TCustomClientDataSet.GetDataSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataSource: TDataSource; override;

C++

virtual Data::Db::TDataSource* __fastcall GetDataSource(void);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Returns the data source for the dataset.

Datasnap.DBClient.TCustomClientDataSet.GetDataSource inherits from Data.DB.TDataSet.GetDataSource. All content below this line refers to Data.DB.TDataSet.GetDataSource.

Returns the data source for the dataset.

GetDataSource returns the data source for the dataset. The method is a getter method for the DataSource property.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Datasnap.DBClient.TCustomClientDataSet.GetDataSource&oldid=22674"