CTTable.Create
Syntax
void Create(String Name, CREATE_MODE CreateMode)
Parameters
Description
Creates a new table. Before the table creation, it must be defined with AddField(), and optionally with AddIndex() and AddSegment().
Return
None.
See Also
AddField(), GetCreateMode(), Open()