function FieldCount(dbf :integer): integer;
FieldCount returns a number of fields in a dbf file.
Be careful. The first field has a number 0 and the last field has a number FieldCount-1.
Be careful. The first field has a number 0 and the last field has a number FieldCount-1.
|