TSpectrumBandsAnalyzer.LoadFromFile Method

procedure LoadFromFile(FileName: string);

Load the object from the file.

#NameTypeDescription
1FileNamestring

Result: stored in self (calling object)

Examples
var b: Matrix;
begin
    b.LoadFromFile('c:\test.Vec'); // Read header and values for b
end;