FMX.Controls.TControlActionLink.DoShowHint
Delphi
function DoShowHint(var HintStr: string): Boolean; virtual;
C++
virtual bool __fastcall DoShowHint(System::UnicodeString &HintStr);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControlActionLink |
Description
Remplit HintStr avec le texte d'astuce qui doit être affiché pour le lien d'action, puis renvoie True s'il y a une astuce à afficher ; sinon, renvoie False.
Si l'action a une astuce, DoShowHint renvoie True et remplit HintStr avec l'astuce de l'action, y compris l'action de raccourci entre parenthèses si l'action a un raccourci. Si l'action n'a pas d'astuce, DoShowHint renvoie False.