Vcl.ActnMenus.TCustomActionMenuBar.DoMenuDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMenuDelay(Sender: TObject);

C++

void __fastcall DoMenuDelay(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Creates the pop-up menu for the DelayItem.

DoMenuDelay is internally used to create the pop-up menu for the DelayItem.

See Also