Skip to main content
A newer version of this page is available. .

TcxRegionHandle Type

A handle to the window region.

Declaration

TcxRegionHandle = Winapi.Windows.HRGN;

Referenced Class

Type
HRGN

Remarks

The TcxRegion class uses this handle to address and modify the corresponding window region. The TcxRegion.Handle property references the TcxRegionHandle type.

See Also