HomeDelphi

Delphi

Showing 1 - 20 of 628 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...
Rodrigo , one of the long time Delphi Developer has been working on one of his personal project โ€œDelphi IDE...
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...