type TAttributeKind = (;
Defines the type of the attribute.
Defines the type of the attribute.
Values
| Name | Description |
|---|---|
| akAuto | The type of the attribute will mapped from the FieldType type. |
| akDiscrete | The attribute is discrete. An example of a discrete attribute is Color taking values: read, green and yellow. |
| akDiscreteIndexed | The attribute is discrete but already indexed. Each discrete value has an integer assigned. |
| akFloat | The attribute takes real values. |