Data.DBXCommonTable.TDBXDelegateTable.CopyFrom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopyFrom(const Source: TDBXTable); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXDelegateTable

Description

Copies a table from other sources.

Data.DBXCommonTable.TDBXDelegateTable.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