Vcl.Controls.TDockTree.ShowHint

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockTree

説明

ドッキングされているコントロールの CaptionHintStr パラメータの値を割り当てます。

ShowHint メソッドは、ドッキングされているコントロールの CaptionHintStr パラメータの値を割り当てます。

関連項目