Midware TMWBuffer.GetStreamField
Jump to navigation
Jump to search
Main page -> Midware component reference -> TMWBuffer -> GetStreamField
Definition
<syntaxhighlight lang="delphi"> type TMWFieldType = (mwString, mwBlob);
function GetStreamField(FieldNb : Integer; Data : TStream; var FieldType : TMWFieldType) : integer; </syntaxhighlight>
Description
Get a stream (blob) field value from the buffer. Same as the Fields[] property but works with blob fields.