Data.DBXCDSReaders.TDBXClientDataSetTable.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.DBXCDSReaders.pas
Data.DBXCDSReaders.hpp
Data.DBXCDSReaders TDBXClientDataSetTable

Description

Merges any data type into a row.

The AcceptChanges method finally merges the data type into a row of a DBX memory table.

See Also