You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > MatrixInt.LoadFromFile Method
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.LoadFromFile Method

Reads the header information and the values array content from the file.

Pascal
procedure LoadFromFile(const FileName: string);

Reads the header information and the values array content from the file specified by FileName parameter.

SaveToFile, LoadFromStream

var b: TMtxInt; begin CreateIt(b); try b.LoadFromFile('c:test.Vec'); // Read header and values for b finally FreeIt(b); end; end;
Examples on GitHub
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!