function CreateAndOpenDatabase(filename :string; cnt, mt :integer): integer;
CreateAndOpenDatabase creates a new dbf file according added fields and opens the created file.
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.
|