Data.DBXCommonTable.TDBXTable.AcceptChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AcceptChanges; virtual;

C++

virtual void __fastcall AcceptChanges();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Accepts changes made to rows.

AcceptChanges is used to accept changes made to rows. By default, AcceptChanges raises an 'Unsupported operation' exception, so every descendant of TDBXTable must implement this method if changes are accepted.

See Also