[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: menus.pp line 131
public constructor TMergedMenuItems.Create( |
const aParent: TMenuItem |
); |
aParent |
|
Menu item with the merged menu items for the container. |
Create is the constructor for the class instance, and calls the inherited method on entry. Create allocates resources needed for the internal storage in the container.
AParent is the TMenuItem instance that is the parent for the merged menu items. Values in its Merged property are added or updated in the visible or hidden sections for the container based on the Visible property for the menu items.
Version 4.0 | Generated 2025-05-03 | Home |