TiStripChart.LoadFromXMLFile

TiStripChart

Saves the current image of the strip chart to a Windows Bitmap.

procedure LoadFromXMLFile (FileName : String)

Description

Use LoadFromXMLFile to load all of the channel data from a XML formatted text file. You can save the chart data using the SaveToXMLFile method or by using another XML file format compatible program.

Note: data must be in the exact format as saved by the SaveToXMLFile method.

Example

Delphi

iComponent.LoadFromXMLFile('C:\ChartData.xml');

C++ Builder

iComponent->LoadFromXMLFile("C:\ChartData.xml");

Contents | Index | Previous | Next