Unit 'icon' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

ICONA_ErrorCode

Errorcode (PLongInt)

Declaration

Source position: icon.pas line 65

const ICONA_ErrorCode = ICONA_Dummy + 1;

Description

Pointer to a LongWord variable to store error codes in. Note that this variable will be initialized regardless of whether an error occured or not. Thus, you can check for an error condition by comparing the variable contents against 0; 0 indicates success, all other values are error codes as defined by dos.library.

See also

ICONA_ErrorTagItem

  

Points to the tag item that caused the error (^PTagItem)


Documentation generated on: 2021-07-30