TTdbTable.CreateTable
TTdbTable

Creates a new database table.

procedure CreateTable;

Description
Call CreateTable to create a new database table. Set the FieldDefsTdb, DatabaseName, TableName, TableLevel, Password and Key properties to the desired values before you execute this function. If the OnProgress event is assigned, AlterTable notifies the handler during the altering process.

Note
Do not call any TurboDB database methods in the OnProgress event handler during table creation since this can leave the TurboDB Engine in a indeterminate state.