home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / SYSUTILS.INC < prev    next >
Text File  |  1997-01-16  |  1KB  |  54 lines

  1. const
  2.  
  3.   SInvalidInteger = 65408;
  4.   SInvalidFloat = 65409;
  5.   SInvalidDate = 65410;
  6.   SInvalidTime = 65411;
  7.   SInvalidDateTime = 65412;
  8.   STimeEncodeError = 65413;
  9.   SDateEncodeError = 65414;
  10.   SOutOfMemory = 65415;
  11.   SInOutError = 65416;
  12.   SFileNotFound = 65417;
  13.   SInvalidFilename = 65418;
  14.   STooManyOpenFiles = 65419;
  15.   SAccessDenied = 65420;
  16.   SEndOfFile = 65421;
  17.   SDiskFull = 65422;
  18.   SInvalidInput = 65423;
  19.   SDivByZero = 65424;
  20.   SRangeError = 65425;
  21.   SIntOverflow = 65426;
  22.   SInvalidOp = 65427;
  23.   SZeroDivide = 65428;
  24.   SOverflow = 65429;
  25.   SUnderflow = 65430;
  26.   SInvalidPointer = 65431;
  27.   SInvalidCast = 65432;
  28.   SAccessViolation = 65433;
  29.   SStackOverflow = 65434;
  30.   SControlC = 65435;
  31.   SPrivilege = 65436;
  32.   SOperationAborted = 65437;
  33.   SException = 65438;
  34.   SExceptTitle = 65439;
  35.   SInvalidFormat = 65440;
  36.   SArgumentMissing = 65441;
  37.   SInvalidVarCast = 65442;
  38.   SInvalidVarOp = 65443;
  39.   SDispatchError = 65444;
  40.   SReadAccess = 65445;
  41.   SWriteAccess = 65446;
  42.   SResultTooLong = 65447;
  43.   SFormatTooLong = 65448;
  44.   SVarArrayCreate = 65449;
  45.   SVarNotArray = 65450;
  46.   SVarArrayBounds = 65451;
  47.   SExternalException = 65452;
  48.  
  49.   SShortMonthNames = 65472;
  50.   SLongMonthNames = 65488;
  51.   SShortDayNames = 65504;
  52.   SLongDayNames = 65511;
  53.  
  54.