Data.DB.TDataSet.DoBeforeClose

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure DoBeforeClose; virtual;

C++

virtual void __fastcall DoBeforeClose();

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