Unit 'GraphUtil' Package
[Overview][Constants][Types][Procedures and functions][Index] [#lcl]

TArrowType

Indicates the drawing style for an arrow.

Declaration

Source position: graphutil.pp line 65

type TArrowType = (

  atSolid,

  

Arrow is drawn using a solid, filled color.

  atArrows

  

Arrow is drawn using chevrons.

);