Vcl.DBGrids.TGridDataLink.Reset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Reset;

C++

void __fastcall Reset();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Cancels any pending edits to the dataset that have not been written to the current record in the database.

Reset is triggered by user actions that cancel any pending edits to the dataset.

See Also