BinaryData.Default

Syntax:

New BinaryData(<FileName>)

Parameters:

<FileName> (required)

Type: String.
Name of the file from which the binary data value will be loaded.

Description:

Creates an object and fills it with binary data from the file.
Is not available in web client mode.

Example:

PictureFile = "C:\<y documents\Picture1.bmp";
BinaryData = New BinaryData(PictureFile);


    

1C:Enterprise Developer's Community