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

TWidgetSet.EndPaint

Ends painting a window, started with BeginPaint.

Declaration

Source position: winapih.inc line 89

public function TWidgetSet.EndPaint(

  Handle: HWND;

  var PS: TPaintStruct

):Integer; virtual;

Arguments

Handle

  

The window to paint.

PS

  

Painting information.

Function result

Almost nonzero.

See also

TWidgetSet.BeginPaint

  

Start painting in a window.

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