If true ignore overloads of an identifier within the same unitDefault is true. For example the RTL procedure "format" of unit SysUtils has an overload. If this option is disabled, the IDE shows the help selector to let the user select the right procedure. When enabled and the user requests help for an unknown identifier the CodeBrowser is shown.When the user presses F1 in the source editor, the IDE searches the Pascal declaration. If not found it searches in the list of keywords. If still not found, the identifier is "unknown". If this option is enabled (default) it will then show the Code Browser. The LHelp addon disables this option.