Difference between revisions of "Midware TMWBuffer.FieldCount"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TMWBuffer -> FieldCount =…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' FieldCount: | + | '''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.