Common Table Fields

This multi-record property defines the fields of a common table.

Field Description

Field Name

Name. Unique name of the field.

name

Type. One of the types supported by the Data Table Format.

type

Description. Textual description of the field.

description

Default. Default value of the field.

default

Read-only. Indicates that field is read-only.

readonly

Nullable. Indicates the field may contain NULL ("Not Set") values.

nullable

Key. Indicates that field is a key field.

key

Selection Values. List of possible values for this field.

selvals

Extendable Selection Values. Indicates that the field may contain values that are not listed in Selection Values.

extselvals

Help. Additional info about the field.

help

Editor/Viewer. Defines how the value of the field is edited. For example, Data Block fields may be edited using Image Editor, Sound Editor of generic File Editor.

editor

More info about field properties can be found here. These may be accessed via the fields variable.

Was this page helpful?