FMX.Types.TCustomPopupMenu.PopupComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupComponent: TComponent read FPopupComponent write FPopupComponent;

C++

__property System::Classes::TComponent* PopupComponent = {read=FPopupComponent, write=FPopupComponent};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomPopupMenu

Description

Specifies the control for which the current object is a context menu.

Set the PopupComponent value to a control so that the current object will be a context menu for that control. The context menu for a control will appear when you right-click that control.

See Also