Vcl.Controls.TCustomHint.PaintHint

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

Delphi

procedure PaintHint(HintWindow: TCustomHintWindow); virtual;

C++

virtual void __fastcall PaintHint(TCustomHintWindow* HintWindow);

プロパティ

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

説明

ヒントを描画します。

このメソッドは、カスタム ヒントを設定どおりに描画します。

関連項目