AdoRecordSetEvents Class

<< Click to Display Table of Contents >>

Navigation:  Ado Events >

AdoRecordSetEvents Class

Previous pageReturn to chapter overviewNext page

Note

Please note that event handling is not supported in the current version of Xs2Ado

Purpose

RecordSet Events abstract class

 

Prototype

CLASS AdoRecordSetEvents INHERIT AdoEventHandler

 

Method

EndOfRecordSet()The last record in the recordset was reached
FetchComplete()End of a lengthy operation
FetchProgress()Progress during lengthy operations
FieldChangeComplete()A field will be changed
MoveComplete()The move is completed
RecordChangeComplete()One or more row(s) are changed
RecordSetChangeComplete()The recordset is changed
WillChangeField()A field will be changed
WillChangeRecord()One or more row(s) will be changed
WillChangeRecordSet()The recordset is about to be changed
WillMove()The position will be moved

 

 

Description

You should never use this class directly, but create a subclass of this class to implement your Event handler

 

See Also

AdoEventHandler, Ado Events, AdoEnableRecordSetEvents, AdoDisableRecordSetEvents, [****]