4D LanguageCommandsBLOBVersion: 20 R7BLOBBLOB PROPERTIES ( blob ; compressed {; expandedSize {; currentSize}} )BLOB size ( blob ) : IntegerBLOB TO DOCUMENT ( document ; blob )BLOB to integer ( blob ; byteOrder {; offset} ) : IntegerBLOB to list ( blob {; offset} ) : ListRefBLOB to longint ( blob ; byteOrder {; offset} ) : IntegerBLOB to real ( blob ; realFormat {; offset} ) : RealBLOB to text ( blob ; textFormat {; offset {; textLength}} ) : TextBLOB TO VARIABLE ( blob ; variable {; offset} )COMPRESS BLOB ( blob {; compression} )COPY BLOB ( srcBLOB ; dstBLOB ; srcOffset ; dstOffset ; len )DECRYPT BLOB ( toDecrypt ; sendPubKey {; recipPrivKey} )DELETE FROM BLOB ( blob ; offset ; len )DOCUMENT TO BLOB ( document ; blob )ENCRYPT BLOB ( toEncrypt ; sendPrivKey {; recipPubKey} )EXPAND BLOB ( blob )INSERT IN BLOB ( blob ; offset ; len {; filler} )INTEGER TO BLOB ( integer ; blob ; byteOrder {; offset} )INTEGER TO BLOB ( integer ; blob ; byteOrder {; *} )LIST TO BLOB ( list ; blob {; *} )LONGINT TO BLOB ( longint ; blob ; byteOrder {; offset } )LONGINT TO BLOB ( longint ; blob ; byteOrder {; *} )REAL TO BLOB ( real ; blob ; realFormat {; offset } )REAL TO BLOB ( real ; blob ; realFormat {; *} )SET BLOB SIZE ( blob ; size {; filler} )TEXT TO BLOB ( text ; blob {; textFormat {; offset}} )TEXT TO BLOB ( text ; blob {; textFormat {; *}} )VARIABLE TO BLOB ( variable ; blob {; offset } )VARIABLE TO BLOB ( variable ; blob {; *} )