HomePosts tagged “Delphi Errors”

Delphi Errors

Showing 1 - 20 of 614 results
Delphi Compiler Error E2313 Attribute – Known attribute cannot specify properties Reason for the Error & Solution No further information...
Delphi Compiler Error E2379 Virtual methods not allowed in record types Reason for the Error & Solution No further information...
Delphi Compiler Error E2078 Procedure FAIL only allowed in constructor Reason for the Error & Solution The standard procedure Fail...
Delphi Compiler Error E2392 Can’t generate required accessor method(s) for property %s.%s due to name conflict with existing symbol %s...
Delphi Compiler Error E2255 New not supported for dynamic arrays – use SetLength Reason for the Error & Solution The...
Delphi Compiler Error E2287 Cannot export ‘%s’ multiple times Reason for the Error & Solution This message is not used...
Delphi Compiler Error E2202 Required package ‘%s’ not found Reason for the Error & Solution The package, which is referenced...
Delphi Compiler Error E2602 Procedure DISPOSE needs destructor identifier of ‘%s’, but undeclared identifier ‘%s’ found Reason for the Error...
Delphi Compiler Error E2569 Type parameter ‘%s’ may need finalization – not allowed in variant record. Consider using RECORD constraint...
Delphi Compiler Error H2451 and W1061 Narrowing given WideChar constant (#$%04X) to AnsiChar lost information Reason for the Error &...
Delphi Compiler Error H2596 ‘%s’ Reason for the Error & Solution You get this hint if the external linker emits...
Delphi Compiler Error E2217 Published field ‘%s’ not a class or interface type Reason for the Error & Solution An...
Delphi Compiler Error E2419 Record type too large: exceeds 1 MB Reason for the Error & Solution This occurs when...
Delphi Compiler Error E2430 for-in statement cannot operate on collection type ‘%s’ Reason for the Error & Solution A for-in...
Delphi Compiler Error E2054 Illegal type in Write/Writeln statement Reason for the Error & Solution This error occurs when you...
Delphi Compiler Error E1038 Unit identifier ‘%s’ does not match file name Reason for the Error & Solution The unit...
Delphi Compiler Error E2332 Metadata – An ill-formed name was given Reason for the Error & Solution No further information...
Delphi Compiler Error E2351 Final methods must be virtual or dynamic Reason for the Error & Solution No further information...
Delphi Compiler Error E2080 Procedure DISPOSE needs destructor Reason for the Error & Solution This error message is issued when...
Delphi Compiler Error E2414 Disposed cannot be declared in classes with destructors Reason for the Error & Solution Disposed_ cannot...