Data.DBXDBReaders.TDBXTableStorage.CopyFrom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopyFrom(const Source: TDBXTable); override;

C++

virtual void __fastcall CopyFrom(Data::Dbxcommontable::TDBXTable* const Source)/* overload */;
inline void __fastcall  CopyFrom(Data::Dbxcommon::TDBXReader* const Source){ Data::Dbxcommontable::TDBXTable::CopyFrom(Source); }

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXTableStorage

Description

Copies a table from other sources.

Data.DBXDBReaders.TDBXTableStorage.CopyFrom inherits from Data.DBXCommonTable.TDBXTable.CopyFrom. All content below this line refers to Data.DBXCommonTable.TDBXTable.CopyFrom.

Copies a table from other sources.

CopyFrom is used to copy a table from another TDBXTable or from a Data.DBXCommon.TDBXReader to the current table. The copied rows are inserted at the end of the table.

See Also