Vcl.Controls.TCustomHintWindow.PositionAt

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Description

Autosizes and position the hint window at rectangle or point.

PositionAt autosizes and positions the hint window at a given point or rectangle.

See Also