Testfind
...displays the following help page.
Figure 1-2. F1
Help for the Trace Into menu item
Error messages from the compiler and linker appear in a special window below the Code Editor. To get help with compilation errors, select a message from the list and press F1
.
In the Code Editor pressing F1 displays a help topic describing:
- A pointed reserved word, directive, or C++ keyword.
- A pointed
identifier
(or selected qualified identifier) corresponding to a name of a procedure, function, constant, property, variable, field, type, program, unit, library, or package described in installed CHM help files. - The Code Editor.
Attention: When the
identifier
refers to more than one topic, the IDE remembers the last topic selected. Pressing F1
on the same identifier
again, the IDE does not open the prompt dialog box listing all topics describing the identifier
. Instead, the IDE opens the last topic selected. Press F1
on a different identifier
for the IDE to forget your selection and display the dialog box listing all topics again. The IDE only remembers the selected topic of the last identifier.