Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.13 KB

File metadata and controls

40 lines (34 loc) · 1.13 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
Blob.HasValue() Method
Determines whether a binary large object (BLOB) has a value.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

Blob.HasValue() Method

Version: Available or changed with runtime version 1.0.

Determines whether a binary large object (BLOB) has a value.

Syntax

HasValue :=   Blob.HasValue()

Note

This method can be invoked using property access syntax.

Parameters

Blob
 Type: Blob
An instance of the Blob data type.

Return Value

HasValue
 Type: Boolean
True if the BLOB has a value; otherwise false.

See Also

Blob Data Type
Get Started with AL
Developing Extensions