RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHintWindow.PositionAt Method (TPoint)

Autosize and position at rectangle or point.

Pascal
procedure PositionAt(Point: TPoint); overload;
procedure PositionAt(Rect: TRect); overload;
C++
__fastcall PositionAt(TPoint Point);
__fastcall PositionAt(TRect Rect);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!