FMX.CalendarEdit.TCalendarEdit.PopupMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupMenu: TCustomPopupMenu read FPopupMenu write SetPopupMenu stored IsPopupMenuStored;

C++

__property PopupMenu _DEPRECATED_ATTRIBUTE0 ;

Properties

Type Visibility Source Unit Parent
property published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: PopupMenu is deprecated.

Specifies the context (pop-up) menu object.

FMX.CalendarEdit.TCalendarEdit.PopupMenu inherits from FMX.Controls.TControl.PopupMenu. All content below this line refers to FMX.Controls.TControl.PopupMenu.

Specifies the context (pop-up) menu object.

Use PopupMenu to set the context menu of the current control. The pop-up window is displayed when ShowContextMenu is called.

See Also