Langage 4DCommandes par thèmeBLOBVersion : SuivantBLOBBLOB PROPERTIES ( blob : Blob ; compressé : Integer {; tailleDécompressée : Integer {; tailleCourante : Integer}} )BLOB size ( blob : Blob ) : IntegerBLOB TO DOCUMENT ( document : Text ; blob : Blob )BLOB to integer ( blob : Blob ; ordreOctet : Integer {; offset : Variable} ) : IntegerBLOB to list ( blob : Blob {; offset : Integer} ) : IntegerBLOB to longint ( blob : Blob ; ordreOctet : Integer {; offset : Variable} ) : IntegerBLOB to real ( blob : Blob ; formatRéel : Integer {; offset : Variable} ) : RealBLOB to text ( blob : Blob ; formatTexte : Integer {; offset : Variable {; longueurTexte : Integer}} ) : TextBLOB TO VARIABLE ( blob : Blob ; variable : Variable {; offset : Integer} )COMPRESS BLOB ( blob : Blob {; compression : Integer} )COPY BLOB ( srcBLOB : Blob ; dstBLOB : Blob ; srcOffset : Integer ; dstOffset : Integer ; nombre : Integer )DECRYPT BLOB ( aDécrypter : Blob ; cléPubEmetteur : Blob {; cléPrivRécepteur : Blob} )DELETE FROM BLOB ( blob : Blob ; offset : Integer ; nombre : Integer )DOCUMENT TO BLOB ( document : Text ; blob : Blob )ENCRYPT BLOB ( aCrypter : Blob ; cléPrivEmetteur : Blob {; cléPubRécepteur : Blob} )EXPAND BLOB ( blob : Blob )INSERT IN BLOB ( blob : Blob ; décalage : Integer ; nombre : Integer {; remplisseur : Integer} )INTEGER TO BLOB ( integer ; blob : Blob ; byteOrder {; offset} )INTEGER TO BLOB ( integer ; blob : Blob ; byteOrder {; *} )LIST TO BLOB ( liste : Integer ; blob : * {; blob : *} )LONGINT TO BLOB ( entierLong : Integer ; blob : Blob ; ordreOctet : Integer {; offset } )LONGINT TO BLOB ( entierLong : Integer ; blob : Blob ; ordreOctet : Integer {; *} )REAL TO BLOB ( réel : Real ; blob : Blob ; formatRéel : Integer {; offset } )REAL TO BLOB ( réel : Real ; blob : Blob ; formatRéel : Integer {; *} )SET BLOB SIZE ( blob : Blob ; taille : Integer {; remplisseur : Integer} )TEXT TO BLOB ( texte : Text ; blob : Blob {; formatTexte : Integer {; offset }} )TEXT TO BLOB ( texte : Text ; blob : Blob {; formatTexte : Integer {; *}} )VARIABLE TO BLOB ( variable : Variable ; blob : Blob {; offset } )VARIABLE TO BLOB ( variable : Variable ; blob : Blob {; *} )