Saltar para o conteúdo principal
Versão: Próximo

BLOB

BLOB PROPERTIES ( BLOB : Blob ; comprimido : Integer {; descompTam : Integer {; tamanhoAtual : Integer}} )
BLOB size ( BLOB : Blob ) : Integer
BLOB TO DOCUMENT ( documento : Text ; BLOB : Blob )
BLOB to integer ( BLOB : Blob ; byteOrdem : Integer {; offset : Variable} ) : Integer
BLOB to list ( BLOB : Blob {; offset : Integer} ) : Integer
BLOB to longint ( BLOB : Blob ; byteOrdem : Integer {; offset : Variable} ) : Integer
BLOB to real ( BLOB : Blob ; formatoReal : Integer {; offset : Variable} ) : Real
BLOB to text ( BLOB : Blob ; formatoTexto : Integer {; offset : Variable {; compTexto : Integer}} ) : Text
BLOB 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