EPUB | CHM | PDF

TMySQLDirectQuery.Properties.IsEmpty

Top Previous Next

Indicates whether the dataset is empty.

Syntax:

property IsEmpty : boolean;

Description:

Examine IsEmpty to determine if dataset has no records. IsEmpty is True if dataset contains 0 records.

See also: RecordCount, Bof, Eof properties