Data.DB.TDataSet.IsEmpty
Delphi
function IsEmpty: Boolean; inline;
C++
bool __fastcall IsEmpty();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Indicates whether the dataset contains no records.
Call IsEmpty to determine if a dataset has records. IsEmpty returns true if the dataset does not contain any records. Otherwise it returns false.