TcxPopupMenuInfos Class
The TcxPopupMenuInfos
collection represents a container for TcxPopupMenuInfo components.
Declaration
TcxPopupMenuInfos = class(
TCollection
)
Remarks
The TcxPopupMenuInfos class stores a collection of menu settings (TcxPopupMenuInfo objects) associated with the TcxGridPopupMenu component.
The TcxPopupMenuInfos class enables you to manipulate menu settings both at design and runtime. At design time, you can use the collection editor of the TcxGridPopupMenu.PopupMenus property to add and delete collection items.
At runtime, you can accomplish this by calling the TcxGridPopupMenu.RegisterPopupMenu and TcxGridPopupMenu.UnregisterPopupMenu methods.
To setup menu settings within the collection at design time, use the collection editor again.
At runtime you can access menu settings via the TcxGridPopupMenu.PopupMenus property.