[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TWidgetSet.DrawEdge

Draws one or more edges of a rectangle.

Declaration

Source position: winapih.inc line 84

public function TWidgetSet.DrawEdge(

  DC: HDC;

  var Rect: TRect;

  edge: Cardinal;

  grfFlags: Cardinal

):Boolean; virtual;

Arguments

edge

  

A combination of edge styles (inner/outer, raised/sunken)

grfFlags

  

Indicates e.g. the edges to paint (BF_LEFT).

Function result

False on failure.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.