RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.Found Property

Indicates whether or not moving to a different record is successful.

Pascal
property Found: Boolean;
C++
__property Boolean Found;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!