[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The type of a display Region Handle.
Source position: lcltype.pp line 101
type HRGN = type TLCLHandle; |
A region can be as simple as a rectangle, or can be composed of multiple shapes.
Regions are almost used to restrict painting to certain areas of the screen (clipping).
Version 4.0 | Generated 2025-05-03 | Home |