RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBrush.Handle Property

Provides access to the handle of a system brush.

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

The Handle property provides access to the Windows GDI object handle. TBrush encapsulates the Windows brush object (HBRUSH) and is used to fill solid shapes, such as rectangles and ellipses, with a color or pattern. 

 

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