Midware TMWBuffer.FieldType
Main page -> Midware component reference -> TMWBuffer -> FieldType
Definition
<syntaxhighlight lang="delphi"> type TMWFieldType = (mwString, mwBlob);
property FieldType[nIndex : Integer] : TMWFieldType; </syntaxhighlight>
Description
Read only indexed property returning filed type for a given field in current record.