RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPen.Handle Property

Specifies the Windows pen object handle.

Pascal
property Handle: HPen;
C++
__property HPen Handle;

The Handle property provides access to the Windows GDI object handle. TPen encapsulates the Windows pen object (HPEN). Use Handle when making a Windows API function call that requires the handle of a pen object. Handle is the Windows handle currently selected into the device context of the canvas. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!