Summary
Reads the header information and the values array content from the file.
Class
TMtxVec
Declaration
Procedure LoadFromFile(FileName: string);
Description
Reads the header information and the values array content from the file specified by FileName parameter.
Example 1
var b: TVec;
begin
CreateIt(b);
try
b.LoadFromFile('c:\test.vec'); // Read header and values for b
finally
FreeIt(b);
end;
end;
| Copyright 2008 Dew Research |
http://www.dewresearch.com