RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPaintControl.Handle Property

Provides access to paint control's window handle.

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

Handle is the window handle of the TPaintControl instance. It represents a window with the classname supplied to the constructor of the TPaintControl object. The characteristics of the window are determined by the Owner supplied to the constructor of the paint control object. 

 

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