TAttributeKind Enumeration

type TAttributeKind = (;

Defines the type of the attribute.

Defines the type of the attribute.

Values

NameDescription
akAutoThe type of the attribute will mapped from the FieldType type.
akDiscreteThe attribute is discrete. An example of a discrete attribute is Color taking values: read, green and yellow.
akDiscreteIndexedThe attribute is discrete but already indexed. Each discrete value has an integer assigned.
akFloatThe attribute takes real values.