CopyDataToArray

Declaration: TDataTable.CopyDataToArray (var DstArray: TDouble2DArray);
The function CopyDataToArray copies the numeric data to the open array DstArray. The size of DstArray is automatically adjusted to the size of the data table. Nominal data values of the data table are replaced by their ordinals when copying them to DstArray.