Data.DBXCommonTable.TDBXDelegateTable.ReplaceStorage
Delphi
function ReplaceStorage(const Table: TDBXTable): TDBXTable; virtual;
C++
virtual TDBXTable* __fastcall ReplaceStorage(TDBXTable* const Table);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp |
Data.DBXCommonTable | TDBXDelegateTable |
Description
Sets the underlying storage object.
ReplaceStorage sets the underlying storage object to the table given by the Table parameter. The method returns the storage available before replacement.