Línguagem 4DCommands by themeBLOBVersão: PróximoBLOBBLOB PROPERTIES ( BLOB : Blob ; comprimido : Integer {; descompTam : Integer {; tamanhoAtual : Integer}} )BLOB size ( BLOB : Blob ) : IntegerBLOB TO DOCUMENT ( documento : Text ; BLOB : Blob )BLOB to integer ( BLOB : Blob ; byteOrdem : Integer {; offset : Variable} ) : IntegerBLOB to list ( BLOB : Blob {; offset : Integer} ) : IntegerBLOB to longint ( BLOB : Blob ; byteOrdem : Integer {; offset : Variable} ) : IntegerBLOB to real ( BLOB : Blob ; formatoReal : Integer {; offset : Variable} ) : RealBLOB to text ( BLOB : Blob ; formatoTexto : Integer {; offset : Variable {; compTexto : Integer}} ) : TextBLOB TO VARIABLE ( BLOB : Blob ; variável : Variable {; offset} )COMPRESS BLOB ( BLOB : Blob {; compressão : Integer} )COPY BLOB ( oriBLOB : Blob ; dstBLOB : Blob ; oriOffset : Integer ; dstOffset : Integer ; tamanho : Integer )DECRYPT BLOB ( aDecifrar : Blob ; enviarChavePub : Blob {; recepChavePriv : Blob } )DELETE FROM BLOB ( BLOB : Blob ; offset : Integer ; tamanho : Integer )DOCUMENT TO BLOB ( documento : Text ; BLOB : Blob )ENCRYPT BLOB ( toEncrypt : Blob ; sendPrivKey : Blob {; recipPubKey : Blob} )EXPAND BLOB ( BLOB : Blob )INSERT IN BLOB ( BLOB : Blob ; offset : Integer ; len : Integer {; filler : Integer} )[INTEGER TO BLOB ( inteiro : Integer ; BLOB : Blob ; byteOrdem : Integer {; offset LIST TO BLOB ( lista : Integer ; BLOB : Blob {; *} )LONGINT TO BLOB ( longint : Integer ; blob : Blob ; byteOrder : Integer {; offset } )LONGINT TO BLOB ( longint : Integer ; blob : Blob ; byteOrder : Integer {; *} )REAL TO BLOB ( real : Real ; blob : Blob ; realFormat : Integer {; offset } )REAL TO BLOB ( real : Real ; blob : Blob ; realFormat : Integer {; *} )SET BLOB SIZE ( BLOB : Blob ; tamanho : Integer {; preenchimento : Integer} )[TEXT TO BLOB ( texto : Text ; BLOB : Blob {; textFormat : Integer {; offset[VARIABLE TO BLOB ( variável : Variable ; BLOB : Blob {; offset