TFieldColumn Class

TCollectionItemTFieldColumn

type TFieldColumn = class(TCollectionItem);

Connects the classification attribute to a dataset field.

Holds the definitions of the classification attribute and the connection of the attribute to the dataset field.

Properties

NameTypeDescription
AttributeIndexintegerContaines the index of the attribute in the coresponding discrete or real valued attribute values arrays.

Methods

NameDescription
AssignAssign the values of published properties from Source.
CreateCreate the component and pass a TCollection object as the the owner.
DestroyDestroy the component.
FillFieldItems
GetFloatIndexMaps a value of a discrete attribute to its indexed (float) representation
GetIndexMaps a value of a discrete attribute to its indexed (integer) representation and returns that index.