Creates a new field definition object and adds it to the Items property of this TABSAdvFieldDefs object.
function AddFieldDef: TABSAdvFieldDef;
Description
Call AddFieldDef to add field definitions when creating a database table. AddFieldDef returns the new TABSAdvFieldDef object that is added to the collection of field definitions. After calling AddFieldDef, set the properties of the newly added TABSAdvFieldDef object to specify the name, type, and size of field that should be created.
Note: AddFieldDef is only valid in the context of creating field definitions for a table to be created with a subsequent call to the CreateTable method. It cannot be used to add fields to an already-existing table.
|
|