Yeah overloads are new - they're an artifact of the .NET imports that support this through direct imports from assemblies. FoxPro imports will try to capture the base class, but nothing beyond that - additional levels you'd have to manually add.
You can also go to the Topic ID tab and the Extended Fields drop down. Select Inh_Tree and add your class hierarchy there with each class separated by CRLFs.
FWIW, you can also add custom fields to your Help File and view/edit those on the Custom tab. You can then modify your templates to include any custom fields to display custom content.
Note that if you have old templates the inh_tree field may not show up in your HTML output. If so you can update to (or modify) the latest templates, but make sure you back up your templates first if you customized them.
Hope this helps,
+++ Rick ---
Good Evening! I am using an external program to populate records in my Help Builder Project for my classes. This way I can parse my comments the way I intended them to be read. Since upgrading to 4.0 I am getting an option for Overloads. This was not there before and I know my code is not adding it because FoxPro doesn't even support overloaded methods. So, which field am I populating that puts this in. Thanks!
Toni-