home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / zkuste / Delphi / navody / tt / objvm.exe / UNITS / RC / English / ObjVM.rc
Text File  |  1998-06-26  |  435b  |  13 lines

  1. #include "LangValMsgs.PAS"
  2. STRINGTABLE
  3. {  
  4. sErrCantBeString  ,"This value can't be string"
  5. sErrCantBeInt     ,"It is not an integer value"
  6. sErrCantBeBool    ,"It's not a boolean value"
  7. sErrCantBeVar     ,"It is't variant"
  8. sErrCantBeFloat   ,"It is't number"
  9. sErrNoValues      ,"This value contains no values"
  10. sErrNotExecutable ,"This is not executable value"
  11. sErrNeedParameter ,"I need more parameters for thos function"
  12. }
  13.