HASVALUE Function (BLOB)
Determines whether a binary large object (BLOB) has a value.
Syntax
HasValue := Blob.HASVALUE
Parameters
Blob
Type: BLOB
The BLOB that you want to check.
Property Value/Return Value
Type: Boolean
true if the BLOB has a value; otherwise, false.