Advantage Database Server

TAdsConnection.BeforeCommit

Advantage TDataSet Descendant

TAdsConnection.BeforeCommit

Advantage TDataSet Descendant

This is the first topic This is the last topic  

TAdsConnection.BeforeCommit

Advantage TDataSet Descendant

This is the first topic This is the last topic  

TAdsConnection

BeforeCommit occurs before an application makes a request to commit modifications to the current transaction.

Syntax

type TNotifyEvent = procedure of object;

 

property BeforeCommit: TNotifyEvent;

Description

Write a BeforeCommit event handler to take specific action before an application commits changes to the current transaction.