Declaration

function CreateBlobStream(aField: TField; aMode: TBlobStreamMode): TStream; override;

 
Description

This function creates 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

TDataSet.CreateBlobStream TnxBaseBlobStream TnxBlobStream TnxBlockModeBlobStream TnxBatchAppendBlobStream

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