TreeNodeGetHintEventArgs.Create

Syntax

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

Parameters

TreeControl is a component for which the event has been generated.

Node is a node for which the event has been generated.

Column is a column in which the mouse cursor is placed.

Text is the text of tooltip for the element.

Description

The Create designer creates argument of the event that occurs when tooltip appears for the element over which the mouse cursor has stopped.

See also:

TreeNodeGetHintEventArgs