<< Click to Display Table of Contents >> AdoRecordSetEvents Class |
![]() ![]() ![]() |
RecordSet Events abstract class
CLASS AdoRecordSetEvents INHERIT AdoEventHandler
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 |
You should never use this class directly, but create a subclass of this class to implement your Event handler
AdoEventHandler, Ado Events, AdoEnableRecordSetEvents, AdoDisableRecordSetEvents, AdoRecordSetEventClass