FMX.Menus.TMenuItem.NeedPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NeedPopup;

C++

void __fastcall NeedPopup();

Properties

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

Description

Displays the pop-up menu of the current TMenuItem object, after a short delay.

Use NeedPopup to display the pop-up menu of the current TMenuItem object, after a short delay.

See Also