[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Graph' (#rtl)

OutTextXYProc

This routine prototype is a hook for OutTextXY

Declaration

Source position: graphh.inc line 557

type OutTextXYProc = procedure(

  x: SmallInt;

  y: SmallInt;

  const TextString: String

);

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