Bde.DBTables.TDatabase.GetDataSet

From RAD Studio API Documentation

Delphi

function GetDataSet(Index: Integer): TDBDataSet; reintroduce;

C++

HIDESBASE TDBDataSet* __fastcall GetDataSet(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDatabase

Description

Returns a dataset, given its index in the DataSets property array. {{#multireplace:Bde.DBTables.TDatabase.GetDataSet|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TCustomConnection.GetDataSet|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TCustomConnection.GetDataSet|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns a dataset, given its index in the DataSets property array.

GetDataSet is the protected read implementation of the DataSets property.

See Also