Data.DB.TDataSet.DoBeforePost

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 DoBeforePost; virtual;

C++

virtual void __fastcall DoBeforePost();

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