Midware TMWTable.CreateBlobStream

From Overbyte
Revision as of 13:04, 6 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> [[Midware_TMWTable.CreateBlobStream | CreateBlobSt…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> Midware component reference -> TMWTable -> CreateBlobStream

Definition

function CreateBlobStream(Field;Mode:TBobStreamMode):TStream;virtual;

Description

Call CreateBlobStream to obtain a stream for reading and writing the value of the field specified by the Field parameter. The Mode parameter indicates whether the stream will be used for reading the field’s value (bmRead), writing the field’s value (bmWrite), or modifying the field’s value (bmReadWrite).