InsertResMenu

To insert names of selected resource type to into a menu, use the InsertResMenu method.

InsertResMenu theMenu as MenuHandle,theResType as String

theMenu
Handle of a existing Menu.

theResType
Resource type: e.g. "FONT" or "DRVR"


Description:

A side effect of InsertResMenu is that it enables automatic loading of resources. If you used "SetResLoad False" for some reason, then you will want to do it again after calling InsertResMenu.

Supported platforms:
* MacOS PPC
* MacOS Carbon
* MacOS 68k

Unsupported platforms:
* Windows x86