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

TextOut

Draws an string without formatting (single line).

Declaration

Source position: winapih.inc line 281

function TextOut(

  DC: HDC;

  X: Integer;

  Y: Integer;

  Str: Pchar;

  Count: Integer

):Boolean;

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