Data.DB.TDataSet.DoBeforePost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforePost; virtual;

C++

virtual void __fastcall DoBeforePost();

Properties

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

Description

BeforePost event dispatcher.

DoBeforePost is a BeforePost event dispatcher. Override this method to change the behavior of the dataset before an application posts changes for the active record to the database or change log.

See Also