[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TCustomAbstractGroupedEdit.PopupMenu

PopupMenu for the control.

Declaration

Source position: groupededit.pp line 299

public property TCustomAbstractGroupedEdit.PopupMenu : TPopupMenu
  read GetEditPopupMenu
  write SetPopupMenu;

Description

PopupMenu is a TPopupMenu property with the context menu used for the BaseEditor in the grouped edit control. Read and write access for the property value are redirected to the PopupMenu property in BaseEditor.

When a new value is assigned to PopupMenu, the context menu is also assigned to the Buddy control if it currently shares the same menu instance. Buddy is not updated if BaseEditor and Buddy use different pop-up menus.

Version info

Modified in LCL 3.0 to update the pop-up menu in Buddy when needed.

See also

TCustomAbstractGroupedEdit.BaseEditor

  

Represents the control used as the editor for the value in the grouped edit control.

TCustomAbstractGroupedEdit.Buddy

  

Represents the associated TControl instance in the grouped edit control.

TCustomEdit.PopupMenu

  

A context-sensitive menu that pops up when the right mouse button is clicked over this control.

TControl.PopupMenu

  

A context-sensitive menu that pops up when the right mouse button is clicked over this control.


Version 3.2 Generated 2024-02-25 Home