IBDAC

TCustomDADataSet.BeforeFetch Event

Occurs before dataset is going to fetch block of records from the server.

Class

TCustomDADataSet

Syntax

property BeforeFetch: TBeforeFetchEvent;

Remarks

The BeforeFetch event occurs every time before dataset is going to fetch a block of records from the server. Set Cancel to True to abort current fetch operation. To get an example on how to interrupt fetch operation refer to the Loader demo.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback