Delphi常见错误提示及中英文对照
Delphi错误提示中英文对照解析
一、错误提示详解
; not allowed before ELSE
- 中文说明:在“ELSE”前不允许有分号。clause not allowed in OLE automation section
- 中文说明:在OLE自动化区段不允许出现特定子句。is not a type identifier
- 中文说明:不是一个类型标识符。not previously declared as a PROPERTY
- 中文说明:前面没有声明为属性。GOTO leads in or out of TRY statement
- 中文说明:GOTO语句进入或超出TRY语句的范围。clause expected, but found
- 中文说明:期望子句,但出现了其他内容。16-Bit fixup encountered in object file
- 中文说明:在对象文件中遇到了16位修复。486/487 instructions not enabled
- 中文说明:无法使用486/487指令。Abstract methods must be virtual or dynamic
- 中文说明:抽象方法必须为虚拟的或动态的。Array type required
- 中文说明:需要数组类型。Assignment to FOR-Loop variable
- 中文说明:给FOR循环变量赋值。Bad argument type in variable type array constructor
- 中文说明:在变量类型数组构造中不正确的参数类型。Bad file format
- 中文说明:错误的文件格式。Bad global symbol definition in object file
- 中文说明:对象文件中错误的全局符号定义。Bad unit format
- 中文说明:错误的单元格式。BREAK or CONTINUE outside of loop
- 中文说明:BREAK或CONTINUE超出循环。Cannot add or subtract relocatable symbols
- 中文说明:不能增加或减少可重置的符号。Cannot assign to a read-only property
- 中文说明:不能指定只读属性。Cannot BREAK, CONTINUE or EXIT out of a FINALLY clause
- 中文说明:超出FINALLY子句的范围,不能使用BREAK, CONTINUE或EXIT语句。Cannot initialize local variables
- 中文说明:不能初始化局部变量。
168.76KB
文件大小:
评论区