TiStripChart.AddXMLComment

TiStripChart

Adds a string comment to the XML File.

procedure AddXMLComment(ElementName : String, ElementValue : String)

Description

Use AddXMLComment to all a comment to the XML file that will be saved using the SaveToXMLFile method.

Example

Delphi

iComponent.AddXMLComment('Comment #1', 'This is a sample comment');

C++ Builder

iComponent->AddXMLComment("Comment #1", "This is a sample comment");

Contents | Index | Previous | Next