DAC for MySQL

TMySQLDirectQuery.Properties.IsEmpty

Previous Next

Indicates whether the dataset is empty.

Syntax:

property IsEmpty : boolean;

Description:

Examine IsEmpty to determine if dataset has no records.

Returns:

IsEmpty is True if dataset contains 0 records.

See also:RecordCount, Bof, Eof properties