FMX.Menus.TMenuItem.Popup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Popup;

C++

void __fastcall Popup();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus TMenuItem

Description

Creates and displays the TMenuItem's pop-up menu.

Popup creates and displays a pop-up menu containing all the visible TMenuItem children of the current object.

Note: The TMenuItem children for which the Visible property is False are not displayed.

See Also