Delphi常见错误中英文对照

Undeclared identifier: '' 未说明的标识符
''是指你程序中具体的标识符。


*******************************
* 编 译 错 误 信 息 *
*******************************
';' not allowed before 'ELSE' ElSE前不允许有“;”
'' clause not allowed in OLE automation section 在OLE自动区段不允许“”子句
'' is not a type identifier 不是类型标识符
'' not previously declared as a PROPERTY 前面没有说明PROPERTY
'GOTO

你可能感兴趣的:(Delphi常见错误中英文对照)