Difference between revisions of "Midware TMWBuffer.FieldCount"

From Overbyte
Jump to navigation Jump to search
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' FieldCount: '''Integer''';
+
  '''property''' FieldCount: Integer;
  
 
== Description ==
 
== Description ==

Latest revision as of 14:55, 14 May 2011

Main page -> Midware component reference -> TMWBuffer -> FieldCount

Definition

property FieldCount: Integer;

Description

Returns the number of fields in the current record.

FieldCount may take some time because it simply iterate all data in current record to count the number of field delimiters.