Vcl.Controls.TCustomHintWindow.PositionAt

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

Delphi

procedure PositionAt(Point: TPoint); overload;
procedure PositionAt(Rect: TRect); overload;

C++

void __fastcall PositionAt(const System::Types::TPoint &Point)/* overload */;
void __fastcall PositionAt(const System::Types::TRect &Rect)/* overload */;

プロパティ

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

説明

autosize を適用して、矩形または点の位置に配置します。

PositionAt は、ヒント ウィンドウに autosize を適用して、与えられた点または矩形の位置に配置します。

関連項目