Vcl.Controls.TCustomHint.ShowAnotherHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowAnotherHint;

C++

void __fastcall ShowAnotherHint();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Description

Shows another hint in a sequence.

ShowAnotherHint indicates that another hint should be displayed in a sequence of hints. ShowAnotherHint bypasses the animation from the TCustomHintShowHideThread object. This allows showing many hints in a row without having to fade out the previous hint and fade in the new one.

See Also