procedure AddField(name :string; ft :string; len :integer);
AddField adds a field to the allocated memory.
It accepts parameters: name, type and length. If this is Numeric field with a fractional part then length is equal to LEN_OF_FIELD + LEN_OF_FRACTIONAL * 256
|