TAttributeDataType Class

TPersistentTAttributeDataType

type TAttributeDataType = class(TPersistent);

Defines the mapping of field types to attribute types.

All fields in a database table can become attributes for the classification. These attributes can be either real valued (floating point) or discrete. For each field type, you have to define to what attribute type the field type will map.

Methods

NameDescription
AssignAssign the values of published properties from Source.
CreateCreate the object.