Declaration

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

 
Description

Use this method to read a certain stream. It raises exception if not the stream is not found.

 
Parameters

const aName: string

Name of the Stream

aStream: TStream

the stream to read into; must not be nil

 
See Also

 
GetStreamList
, WriteStream, ReadStream, DeleteStream

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