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

GraphErrorMsg

Return a description of an error

Declaration

Source position: graphh.inc line 705

function GraphErrorMsg(

  ErrorCode: SmallInt

):String;

Description

GraphErrorMsg returns a string describing the error Errorcode. This string can be used to let the user know what went wrong.

Errors

None.

See also

GraphResult

  

Result of last graphical operation