Data.DBXCommonTable.TDBXDelegateTable.CopyFrom
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXDelegateTable |
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); }
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.