DimensionViewerGetHintEventArgs.Create

Syntax

Create(Viewer: IDimensionViewer; Node: Integer; Column: Integer; Text: String);

Parameters

Viewer - component, for which the event is generated.

Node - element index, for which the event is generated.

Column - index of the column where the event was generated for the element.

Text - tooltip text for the element, over which the mouse cursor stops.

Description

The Create constructor creates an argument of the event that occurs when a tooltip appears above the element the mouse cursor stopped at.

See also:

DimensionViewerGetHintEventArgs