Vcl.Controls.TCustomHint.ShowAnotherHint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ShowAnotherHint;

C++

void __fastcall ShowAnotherHint();

Propriétés

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

Description

Affiche un autre conseil dans une séquence.

ShowAnotherHint indique qu'un autre conseil doit être affiché dans une séquence de conseils. ShowAnotherHint évite l'animation de l'objet TCustomHintShowHideThread. Cela permet l'affichage de nombreux conseils dans une ligne sans devoir faire disparaître le conseil précédent et apparaître le nouveau.

Voir aussi