Vcl.DBCtrls.TDBEdit.Reset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Reset; override;

C++

virtual void __fastcall Reset();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBEdit

Description

Cancels all unposted edits.

Reset overrides the default method to cancel all unposted edits to the dataset when the user presses the Escape key.

Note: Reset is a protected method. Applications cannot call it directly. It is called automatically when the user presses the Escape key.

See Also