TiStripChart.CursorIndex

TiStripChart See Also

Indicates the time and channel data Index at the cursor position.

property CursorIndex : Integer;

Description

Use the CursorIndex property to get or set the TimeIndex the cursor is at when the Strip Chart is in Cursor mode. Normally this property is checked in response to an OnCursorIndexChange event and used in getting the X-Axis and Y-Axis data. Can also be used for syncronizing all the cursors among multiple Strip Charts.

Example

Delphi

Value := iComponent.CursorIndex;

C++ Builder

Value = iComponent->CursorIndex;

Note: This property is read only.

Contents | Index | Previous | Next