FireDAC.Comp.Client.TFDCustomSchemaAdapter.CancelUpdates

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomSchemaAdapter

Delphi

procedure CancelUpdates;

C++

void __fastcall CancelUpdates();

Description

Cancels changes for all records in this schema adapter changes log and removes them from the changes log.

See Also