This type is used for the TCustomDADataSet.BeforeFetch event. 
Unit
DBAccess
 Syntax
TBeforeFetchEvent = procedure (DataSet: TCustomDADataSet; var Cancel: boolean) of object;
Parameters
DataSet
Holds the TCustomDADataSet descendant to synchronize the record position with. 
Cancel
True, if the current fetch operation should be aborted.