TAdsConnection.BeforeCommit
Advantage TDataSet Descendant
|
TAdsConnection.BeforeCommit Advantage TDataSet Descendant |
|
|
|
|
TAdsConnection.BeforeCommit Advantage TDataSet Descendant |
|
|
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.