Vcl.ComCtrls.TCustomTreeView.OnHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHint: TTVHintEvent read FOnHint write FOnHint;

C++

__property TTVHintEvent OnHint = {read=FOnHint, write=FOnHint};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Occurs whenever a hint is about to be shown for a node.

Write an OnHint event handler to take specific action when a hint is about to be shown for a node.

Note: You can change the value of the Hint parameter.

OnHint is an event handler of type Vcl.ComCtrls.TTVHintEvent.

See Also