Developer

HasRows

Determine if grid has rows.

function HasRows: Boolean;
This method is shorthand for next code:

if RowCount > 0 then

See also