Language Reference Guide : 4. System Classes : MenuGroup Class : ChildMenuFields Attribute
 
Share this page                  
ChildMenuFields Attribute
Data Type: array of MenuField
4GL Access: RW1
The ChildMenuFields attribute contains the set of submenu items for a menu. The set of submenu items is numbered from one at the top.
You cannot add to this array directly. When you create menus dynamically, add menu selections by creating a specific menu item and then setting its ParentMenuGroup attribute, rather than adding to this array.
For more information about dynamic programming, see the Programming Guide.