Data.DBXCommonTable.TDBXDelegateTable.ReplaceStorage

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also