TiPlotComponent.LoadPropertiesFromFile

TiPlotComponent See Also

Streams in all component properties from a text file.

function
LoadPropertiesFromFile(FileName: String);

Description

Call LoadPropertiesFromFile to stream in all of the properties of the plot component from a file.

This file is in a proprietary text format and is generally used to load plot component settings from files saved by the SavePropertiesToFile method.

Example

Delphi

iComponent.LoadPropertiesFromFile('C:\TextFile.txt'); //Load Properties

Kylix

iComponent.LoadPropertiesFromFile('/home/username/textfile'); //Load Properties

C++ Builder

iComponent->LoadPropertiesFromFile("C:\\TextFile.txt"); //Load Properties

Contents | Index | Previous | Next