Vcl.Controls.TDockTree.ShowHint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ShowHint(CursorPos: TPoint; var CursorRect: TRect;
var HintStr: string); virtual;

C++

virtual void __fastcall ShowHint(const System::Types::TPoint &CursorPos, System::Types::TRect &CursorRect, System::UnicodeString &HintStr);

Propriétés

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

Description

Affecte la valeur de la propriété Caption du contrôle ancré au paramètre HintStr.

La méthode ShowHint affecte la valeur de la propriété Caption du contrôle ancré au paramètre HintStr.

Voir aussi