TcxRegionHandle Type
In This Article
A handle to the window region.
#Declaration
Delphi
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