TiPlotComponent.LoadDataFromFile

TiPlotComponent See Also

Loads all channel data from a text file.

procedure LoadDataFromFile(FileName: String);

Description

Call LoadDataFromFile to load all channel data from a text file specified by FileName.

Note: the file format must be as specified in the format used by the SaveDataToFile method.

Example

Delphi

iComponent.LoadDataFromFile('C:\TextFile.txt'); //Load All Channel Data

Kylix

iComponent.LoadDataFromFile('/home/username/textfile'); //Load All Channel Data

C++ Builder

iComponent->LoadDataFromFile("C:\\TextFile.txt"); //Load All Channel Data

Contents | Index | Previous | Next