Indicates whether the dataset contains no records.
Syntax:
function IsEmpty: Boolean;
Description:
Call IsEmpty to determine if a dataset has records. IsEmpty returns True if the dataset does not contain any records. Otherwise it returns False.