Check success of one of the Find methods.
Source position: db.pas line 1953
public property TDataSet.Found : Boolean |
Found is True if the last of one of the TDataset.FindFirst,TDataset.FindLast,TDataset.FindNext or TDataset.FindPrior operations was successful.
|
Find the first active record (deprecated). |
|
|
Find the last active record (deprecated). |
|
|
Find the next active record (deprecated). |
|
|
Find the previous active record (deprecated). |