Data.DBXCommonTable.TDBXTable.AcceptChanges

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure AcceptChanges; virtual;

C++

virtual void __fastcall AcceptChanges();

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