DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


CopyRowAttToArray

Declaration: TDataTable.CopyRowAttToArray (var TargetVec: TIntArray);
CopyRowAttToArray copies the row attributes of the data container to the one-dimensional integer array TargetVec. The array TargetVec is automatically resized to the number of rows NrOfRows of the data container.