Data.DBXDBReaders.TDBXMemoryTable.AcceptChanges

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXMemoryTable

Delphi

procedure AcceptChanges; override;

C++

virtual void __fastcall AcceptChanges();

Description

Merges any data type into a row.

The AcceptChanges method finally merges the data type into a row of a DBX memory table. AcceptChanges fails if the row is new and Post had not been called before AcceptChanges was called.

See Also