Show: Delphi C++
Display Preferences

Data.DB.TDataSet.DoBeforePost

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforePost; virtual;

C++

virtual void __fastcall DoBeforePost(void);

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

Personal tools
Previous Versions
Translations