Used to learn whether TCustomDADataSet is fetching all rows to the end.
Class
TCustomDADataSet
Syntax
function FetchingAll: boolean;
Return Value
True, if TCustomDADataSet is fetching all rows to the end.
Remarks
Check FetchingAll to learn whether TCustomDADataSet is fetching all rows to the end.
See Also