Modifica

SubType property on BLOB fields

Version: Available from runtime version 1.0.

Specifies the type of content stored in a BLOB table field.

Applies to

  • BLOB table fields

Property value

Value Description
UserDefined Stores user-defined content. This value is the default.
Bitmap Stores bitmap content.
Memo Stores memo content.
Json Stores JSON content.

Syntax

SubType = Bitmap;

SubType property for codeunits
BLOB data type
Properties