API:Data.DBXDBReaders.TDBXDataSetTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const CollectionName: string; Table: TDataset;  OwnsTable: Boolean; ValuesNeedCreate: Boolean); overload;
constructor Create(Dataset: TDataset; InstanceOwner: Boolean = true); overload;

C++

__fastcall TDBXDataSetTable(const System::UnicodeString CollectionName, Data::Db::TDataSet* Table, bool OwnsTable, bool ValuesNeedCreate)/* overload */;
__fastcall TDBXDataSetTable(Data::Db::TDataSet* Dataset, bool InstanceOwner)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXDataSetTable

Description

Creates a TDBXRowTable instance.

Data.DBXDBReaders.TDBXDataSetTable.Create inherits from Data.DBXCommonTable.TDBXRowTable.Create. All content below this line refers to Data.DBXCommonTable.TDBXRowTable.Create.

Creates a TDBXRowTable instance.

The Create constructor creates a new instance of the TDBXRowTable class.

Create takes in two parameters: DbxContext, which is the DBX context and Row, which specifies the currently handled row.

See Also