Data.DB.TDataSet.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function IsEmpty: Boolean; inline;

C++

bool __fastcall IsEmpty();

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.

See Also