Unit 'LCLType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

HRGN

The type of a display Region Handle.

Declaration

Source position: lcltype.pp line 107

type HRGN = type PtrUInt;

Description

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).