Data.DBXDBReaders.TDBXMemoryTable.AcceptChanges
[–] 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.