function NewDatabase: integer;
NewDatabase allocates memory for a new table.
It returns non-zero value if success.
The allocated memory will be released after calling CreateDatabase or CreateAndOpenDatabase.
The allocated memory will be released after calling CreateDatabase or CreateAndOpenDatabase.
|