Data.DB.TDataSet.SetFound
Delphi
procedure SetFound(const Value: Boolean); inline;
C++
void __fastcall SetFound(const bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Sets a "found" flag.
SetFound is internally used by FindRecord to set a flag to the Value
value. The method is called with the parameter set to True if the record is found, and to False otherwise.