Data.DBXCommonTable.TDBXDelegateTable.ReplaceStorage
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXDelegateTable |
Delphi
function ReplaceStorage(const Table: TDBXTable): TDBXTable; virtual;
C++
virtual TDBXTable* __fastcall ReplaceStorage(TDBXTable* const Table);
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.