is used for approving the moving and changing of row set actions.
More...
import "XRowSetApproveListener.idl";
is used for approving the moving and changing of row set actions.
- Developers Guide
- Database Access - Events and Other Notifications
◆ approveCursorMove()
is called before a row set's cursor is moved.
- Parameters
-
event | the event which happened |
- Returns
TRUE
when moving is allowed, otherwise FALSE
◆ approveRowChange()
is called before a row is inserted, updated, or deleted.
- Parameters
-
event | the event which happened |
- Returns
TRUE
when changing is allowed, otherwise FALSE
◆ approveRowSetChange()
is called before a row set is changed, or in other words before a row set is reexecuted.
- Parameters
-
event | the event which happened |
- Returns
TRUE
when changing is allowed, otherwise FALSE
The documentation for this interface was generated from the following files: