[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws one or more edges of a rectangle.
Source position: winapih.inc line 84
public function TWidgetSet.DrawEdge( |
DC: HDC; |
var Rect: TRect; |
edge: Cardinal; |
grfFlags: Cardinal |
):Boolean; virtual; |
edge |
|
A combination of edge styles (inner/outer, raised/sunken) |
grfFlags |
|
Indicates e.g. the edges to paint (BF_LEFT). |
False on failure.
lazarus-ccr.sourceforge.net |