Difference between revisions of "Midware TMWBuffer.FieldType"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWBuffer -> FieldType == …')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
'''property''' FieldType[nIndex:Intger]: '''TMWFieldType''';
+
<syntaxhighlight lang="delphi">
 +
type
 +
TMWFieldType = (mwString, mwBlob);
 +
 
 +
property FieldType[nIndex : Integer] : TMWFieldType;
 +
</syntaxhighlight>
  
 
== Description ==
 
== Description ==
  
 
Read only indexed property returning filed type for a given field in current record.
 
Read only indexed property returning filed type for a given field in current record.

Latest revision as of 14:59, 14 May 2011

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.