TreeNodeGetHintEventArgs.Create

Syntax

Create(TreeControl: ITreeControl; Node: ITreeListNode; Column: Integer; Text: String);

Parameters

TreeControl - component, for which the event is generated.

Node - node, for which the event is generated.

Column - column, in which the mouse cursor is placed.

Text - text of tooltip of the element.

Description

The Create constructor creates an argument of the event that occurs when tooltip is displayed for the element, over which the mouse cursor has stopped.

See also:

TreeNodeGetHintEventArgs