TiPlotDataCursor.HintHideOnRelease

TiPlotDataCursor

Specifies whether the hint is automatically hidden on mouse release.

property HintHideOnRelease : Boolean;

Description

Use HintHideOnRelease to specify whether the hint is automatically hidden when the user releases the mouse button. The hint will be shown when the user selects, clicks down, and while moving the cursor in the DataView area. If this property is set to TRUE, then the hint will immediately be hidden when the mouse is released.

Example

Delphi

iComponent.DataCursor[0].HintHideOnRelease := False;

C++ Builder

iComponent->DataCursor[0]->HintHideOnRelease = FALSE;

Contents | Index | Previous | Next