You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > VectorInt.LoadFromFile Method
MtxVec VCL
ContentsIndex
Example
var b: TVecInt; begin CreateIt(b); try b.LoadFromFile('c:test.Vec'); // Read header and values for b finally FreeIt(b); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.