TiPlotComponent.TranslationCount

TiPlotComponent See Also

Gets the number of translation objects.

function TranslationCount : Integer;

Description

Use TranslationCount to get the number of translation objects. The TranslationCount value is always one greater than the highest index.

Example

Delphi

Value := iComponent.TranslationCount;

C++ Builder

Value = iComponent->TranslationCount;

Contents | Index | Previous | Next