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

hlineproc

Standard procedure prototype to draw a single horizontal line

Declaration

Source position: graphh.inc line 508

type hlineproc = procedure(

  x: SmallInt;

  x2: SmallInt;

  y: SmallInt

);

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