Midware TMWBuffer.FieldType

From Overbyte
Jump to navigation Jump to search

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.