Indicates whether or not moving to a different record is successful.
property Found: Boolean;
Description
Check the status of Found to determine if a call to FindFirst, FindLast, FindNext or, FindPrior succeeds. If Found is True, success is indicated. If False, the move to a different record failed.
|