Vcl.Controls.TCustomHint.SetHintSize

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

Delphi

procedure SetHintSize(HintWindow: TCustomHintWindow); virtual;

C++

virtual void __fastcall SetHintSize(TCustomHintWindow* HintWindow);

プロパティ

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

説明

ヒントのサイズを設定します。

このメソッドは、TCustomHintWindow インスタンスからカスタム ヒントのサイズを設定します。

関連項目