Declaration

function Write(const aBuffer; aCount: Integer): Integer; override;

 
Description

Use Write to write a number of bytes to the blob at the current position. Take care to not accidentally overwrite data by not positioning with Seek first.

 
Parameters

const aBuffer

data to be written

aCount: Integer

number of bytes to write

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxBlockModeBlobStream