AppendResMenu

To append names of selected resource type to a menu, use the AppendResMenu method.

AppendResMenu 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 AppendResMenu 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 AppendResMenu.

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

Unsupported platforms:
* Windows x86