TiStripChart.ClearAllXMLComments

TiStripChart

Removes all XML Comments.

procedure ClearAllXMLComments

Description

Use ClearAllXMLComments to remove all comments added by the AddXMLComment method that will be saved using the SaveToXMLFile method.

Example

Delphi

iComponent.ClearAllXMLComments();

C++ Builder

iComponent->ClearAllXMLComments();

Contents | Index | Previous | Next