Vcl.Graphics.TBrush.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HBrush read GetHandle write SetHandle;

C++

__property HBRUSH Handle = {read=GetHandle, write=SetHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBrush

Description

Provides access to the handle of a system brush.

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.