Declaration

procedure WriteStream(const aName: string; aStream: TStream);

 
Description

This method stores aStream in the table and overwrites any existing stream of that name.

NEVER EVER OVERWRITE THE DICT STREAM!

 
Parameters

const aName: string

Name of the Stream

aStream: TStream

the stream to write

 
See Also

 
GetStreamList
, WriteStream, ReadStream, DeleteStream

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