Checks whether a Point is within a Rect.
Source position: winapih.inc line 346
function PtInRect( |
const Rect: TRect; |
const Point: TPoint |
):Boolean; |
True when Point is within Rect.
Top and Left side are part of the rectangle, but Bottom and Right side are outside.
| Version 4.4 | Generated 2025-11-08 | Home |