API:Vcl.Controls.TBalloonHint.SetHintSize

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

Delphi

procedure SetHintSize(HintWindow: TCustomHintWindow); override;

C++

virtual void __fastcall SetHintSize(TCustomHintWindow* HintWindow);

プロパティ

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

説明

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

Vcl.Controls.TBalloonHint.SetHintSize は Vcl.Controls.TCustomHint.SetHintSize を継承しています。以下の内容はすべて Vcl.Controls.TCustomHint.SetHintSize を参照しています。

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

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

関連項目