HomeDelphiDelphi Error – Hints and Warnings

Delphi Error – Hints and Warnings

Delphi Compiler Error

Hints and Warnings

Reason for the Error & Solution

Project > Options > Building > Delphi Compiler > Hints and Warnings

Use this page to control the information that the compiler provides at compile time.

Options Description

Target, Apply, Save

See .

Common items

See .

Item Description Compiler switches supported unless noted

Output hints

Enables hints during compile time. The enabled hints are those that are associated with the warnings listed as True in Output warnings list.

Default = True

‑H

Output warnings

Enables warnings during compile time. You can select the specific warnings that you want to be displayed during compile time. Delphi Warning messages are described in .

For example, if you enable HPPEMIT ignored, the following warning is enabled: .

Default = True

‑W

See Also

Share:

Leave a Reply

You May Also Like

Delphi Compiler Error X2421 Imported identifier ‘%s’ conflicts with ‘%s’ in ‘%s’ Reason for the Error & Solution This occurs...
Delphi Compiler Error X2367 Case of property accessor method %s.%s should be %s.%s Reason for the Error & Solution No...
Delphi Compiler Error X2269 Overriding virtual method ‘%s.%s’ has lower visibility (%s) than base class ‘%s’ (%s) Reason for the...