Data.DB.TDataSet.SetFound

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure SetFound(const Value: Boolean); inline;

C++

void __fastcall SetFound(const bool Value);

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.

See Also