Difference between revisions of "Midware TMWBuffer.FieldCount"

From Overbyte
Jump to navigation Jump to search
(No difference)

Revision as of 09:58, 5 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.