Data.DBXDBReaders.TDBXMemoryTable.AcceptChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AcceptChanges; override;

C++

virtual void __fastcall AcceptChanges();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXMemoryTable

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