TcxRegion.Handle Property
In This Article
Specifies a handle to the region.
#Declaration
Delphi
property Handle: TcxRegionHandle read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
This property associates a TcxRegion wrapper with a Windows API region. You can use the Handle property in Windows API calls that manipulate regions.
See Also