TiPlotComponent.RemoveAllTranslations

TiPlotComponent See Also

Removes all translation objects.

procedure RemoveAllTranslations;

Description

Call RemoveAllTranslations to remove all translation objects. To delete a specific translation object, call DeleteTranslation.

Example

Delphi

iComponent.RemoveAllTranslations;

C++ Builder

iComponent->RemoveAllTranslations();

Contents | Index | Previous | Next