ListView.OnGetHint

Syntax

OnGetHint(Sender: Object; Args: IListViewEditTextEventArgs);

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnGetHint event occurs when the tooltip is displayed for the element, over which the mouse cursor has stopped.

Comments

Due to features of component implementation the OnGetHint event is generated twice on hovering the mouse cursor over the element.

See also:

ListView