TSqlResult.ReadNull

Returns True when the current column value is NULL and moves the iterator position to the next value. If False is returned, the iterator position is kept at the current column value so it can be read using one of the other Read...() functions.

Source

Sql.Result.pas (55)