procedure ClearField(dbf, f :integer);
ClearField fills the internal memory for the specified field with blank symbols (blanks or zeroes).
You can to call this function before you want to fill a field with some information or if you want to clear the field content.
You can to call this function before you want to fill a field with some information or if you want to clear the field content.
|