TVirtualStringTree.OnGetHint Event

Virtual Tree View

Virtual string tree event to query for a custom hint text.

Pascal
property OnGetHint: TVSTGetHintEvent;
Description

Write an event handler for this event to specify a custom hint for the passed node and column. The TextType will always be ttNormal. This event will only be fired if HintMode is not hmTooltip. The delay for hints can be set as usual: adjust the properties HintPause and HintShortPause of the global Application object.

Class
Links
What do you think about this topic? Send feedback!