function CreateDatabase(filename :string; cnt, mt :integer): integer;
CreateDatabase creates a new dbf file according added fields.
It returns non-zero value if success.
The accepts parameters: a name of a new file, a number of fields, a type of a memo fields. It releases the allocated memory.
The accepts parameters: a name of a new file, a number of fields, a type of a memo fields. It releases the allocated memory.
|