Used to find out whether TCustomDADataSet has fetched all rows.
Class
TCustomDADataSet
Syntax
function Fetched: boolean; virtual;
Return Value
True, if all rows have been fetched.
Remarks
Call the Fetched method to find out whether TCustomDADataSet has fetched all rows.
See Also