[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws a border around a rectangle.
Source position: winapih.inc line 109
public function TWidgetSet.FrameRect( |
DC: HDC; |
const ARect: TRect; |
hBr: HBRUSH |
):Integer; virtual; |
ARect |
|
The rectangle to outline. |
hBr |
|
The brush for drawing the border. |
Zero on failure.
The boundary is one logical unit wide, painted using the given brush.
Version 4.0 | Generated 2025-05-03 | Home |