Vcl.ActnMenus.TCustomActionMenuBar.DelayItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DelayItem: TCustomActionControl read FDelayItem write FDelayItem;

C++

__property Vcl::Actnman::TCustomActionControl* DelayItem = {read=FDelayItem, write=FDelayItem};

Properties

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

Description

Specifies the delay action of the action bar.

DelayItem is internally used to specify the delay action. An item adds a delay if it is a TCustomMenuItem.

See Also