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

vlineproc

Standard procedure prototype to draw a single vertical line

Declaration

Source position: graphh.inc line 511

type vlineproc = procedure(

  x: SmallInt;

  y: SmallInt;

  y2: SmallInt

);

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