Declaration

procedure GetStreamList(aStreams: TStrings);

 
Description

GetStreamList returns a list of the "table streams" saved in the table. A "table stream" is a delphi stream of system or user defined data that can be saved with a table. All tables contain a stream called DICT which contain the data dictionary.

 
Parameters

aStreams: TStrings

string list that will hold the names; must not be nil

 
See Also

GetStreamList, WriteStream, ReadStream, DeleteStream

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