TiPlotComponent.OnLostFocusDataCursor

TiPlotComponent

Occurs when a Data Cursor object loses focus.

type TiPlotObjectEvent = procedure(Index: Integer) of object;

property OnLostFocusDataCursor : TiPlotObjectEvent;

Description

Use OnLostFocusDataCursor to specify actions to perform when the Data Cursor object loses focus. The Index value passed is the Index of the object that has lost focus.

Note: that this event is for focus changes within the component and not for general focus changes of the entire component. Use the container's events for the component to perform actions when the entire component loses or gets focus.

Contents | Index | Previous | Next