HomeDelphiPage 2

Delphi

Showing 21 - 40 of 628 results
Delphi Compiler Error E2414 Disposed cannot be declared in classes with destructors Reason for the Error & Solution Disposed_ cannot...
Delphi Compiler Error E2229 A dispinterface type requires an interface identification Reason for the Error & Solution When using dispinterface...
Delphi Compiler Error X1026 File not found โ€˜%sโ€™ Reason for the Error & Solution This error message occurs when the...
Delphi Compiler Error H2244 Pointer expression needs no Initialize/Finalize โ€“ need ^ operator? Reason for the Error & Solution You...
Delphi Compiler Error F2040 Seek error on โ€˜%sโ€™ Reason for the Error & Solution The compiler encountered a seek error...
Delphi Compiler Error W1011 Text after final โ€˜END.โ€™ โ€“ ignored by compiler Reason for the Error & Solution This warning...
Delphi Compiler Error W1001 Symbol โ€˜%sโ€™ is specific to a library Reason for the Error & Solution The symbol is...
Delphi Compiler Error E2418 Type โ€˜%sโ€™ needs initialization โ€“ not allowed in variant record Reason for the Error & Solution...
Delphi Compiler Error W1067 Unable to load DLL โ€˜%sโ€™ Reason for the Error & Solution This message indicates that the...
Delphi Compiler Error E2237 Parameter โ€˜%sโ€™ not allowed here due to default value Reason for the Error & Solution When...
Delphi Compiler Error E2474 Record type required Reason for the Error & Solution This occurs when using a helper record...
Delphi Compiler Error E2037 Declaration of โ€˜%sโ€™ differs from previous declaration Reason for the Error & Solution This error message...
Delphi Compiler Error W1057 Implicit string cast from โ€˜%sโ€™ to โ€˜%sโ€™ Reason for the Error & Solution Emitted when the...
Delphi Compiler Error E2163 Too many conditional symbols Reason for the Error & Solution You have exceeded the memory allocated...
Delphi Compiler Error W1048 Unsafe typecast of โ€˜%sโ€™ to โ€˜%sโ€™ Reason for the Error & Solution You have used a...
Delphi Compiler Error E2170 Cannot override a non-virtual method Reason for the Error & Solution You have tried, in a...
Delphi Compiler Error E2258 Implements clause only allowed within class types Reason for the Error & Solution The interface definition...
Delphi Compiler Error E2205 Interface type required Reason for the Error & Solution A type, which is an interface, was...
Delphi Compiler Error W1010 Method โ€˜%sโ€™ hides virtual method of base type โ€˜%sโ€™ Reason for the Error & Solution You...
Delphi Compiler Error E2094 Local procedure/function โ€˜%sโ€™ assigned to procedure variable Reason for the Error & Solution This error message...