procedure SetValue(dbf, f :integer; s :string; d :double);
SetValue writes the specified value to the internal memory. If you want to write this information to a file you have to write then WriteRecord.
The function accepts both a string value and a numeric value. The fucntion will use one of them according a field type.
The function accepts both a string value and a numeric value. The fucntion will use one of them according a field type.
|