TcxSchedulerContentPopupMenu.Execute(TcxSchedulerContentPopupMenuItem) Method
In This Article
Executes the action associated with the AItem popup menu item.
#Declaration
Delphi
procedure Execute(AItem: TcxSchedulerContentPopupMenuItem);
#Parameters
Name | Type |
---|---|
AItem | Tcx |
#Remarks
Call this procedure to execute the operations associated with the AItem popup menu item.
See Also