Web.DBWeb.THTTPDataLink.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
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTTPDataLink

Description

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

Applications cannot call Reset directly. Descendants of TDSTableProducer can implement a method or user interface that triggers the cancellation of pending edits.

See Also