Data.DB.TDataSet.DoBeforeClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforeClose; virtual;

C++

virtual void __fastcall DoBeforeClose();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

BeforeClose event dispatcher.

DoBeforeClose is a BeforeClose event dispatcher. Override this method to change the behavior of the dataset immediately before the dataset closes.

See Also