Specifying the Fields to Create
Example |
Top |
Field Name (String)
|
Field Name parameter indicates the name to give the field.
|
Data Type (TFieldType)
|
DataType parameter indicates the data type of the field Supported TFieldType data types
|
Size (Word)
|
Size parameter indicates the size of the field. This should be specified for the FixedChar,String,WideString, Bytes and VarBytes types only. For all other data types this parameter should be set as 0. For the String type this parameter indicates the length of the field. For the WideString type this parameter indicates the size of the unicode string in bytes.
|
Required (Boolean)
|
Required parameter indicates whether or not the new field should be required (not Null) while adding or modifying records.
|