Indicates whether the dataset contains any records, or is it empty.
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.
|
|