TiPlotComponent.DeleteTranslation

TiPlotComponent See Also

Deletes a specific translation object.

procedure DeleteTranslation (Index : Integer);

Description

Call DeleteTranslation to delete a specific translation object by specifying the index of the object. To delete all translation objects, call RemoveAllTranslations.

Example

Delphi

iComponent.DeleteTranslation(0); //Deletes the 1st Object

C++ Builder

iComponent->DeleteTranslation(0); //Deletes the 1st Object

Note: Index is zero based.

Contents | Index | Previous | Next