SaveIntMatrixBin

Declaration: SaveIntMatrixBin(FName: string; Data: TInt2DArray; DataID: string): integer;
The procedure SaveIntMatrixBin stores the array Data in the binary file specified by the parameter FName. The parameter DataID may contain any single-line user-defined identifier which is stored with the data.

The function always returns zero.

Hint: Please note that the functions LoadIntMatrixBin and SaveIntMatrixBin are highly optimized and should be routinely used for loading and storing arrays.