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

DeleteDC

Deletes an Device Context, created by CreateDC.

Declaration

Source position: winapih.inc line 75

function DeleteDC(

  hDC: HDC

):Boolean;

Function result

False on failure.

See also

ReleaseDC

  

Releases an Device Context obtained by GetDC.

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