Declaration

TnxBaseBlobStream = class(TStream)

 
Description

Base class for NexusDB blob streams.

Never create instances directly! Always use TnxDataSet.CreateBlobStream, which will create the right type of blob stream based on the state of the dataset.

The blob stream should be freed again as soon as possible. It must be freed before calling Post or moving to another record.

 
See Also

TnxDataSet.CreateBlobStream TnxBlobStream TnxBlockModeBlobStream TnxBatchAppendBlobStream

 
Methods

Destroy

The text for this method has been generated automatically. This means that it is not documented.

 
File

 
nxdb

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