RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.IsEmpty Method

Indicates whether the dataset contains no records.

Pascal
function IsEmpty: Boolean;
C++
__fastcall Boolean IsEmpty();

Call IsEmpty to determine if a dataset has records. IsEmpty returns true if the dataset does not contain any records. Otherwise it returns false. 

 

Bof 

Eof

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!