Vcl.ActnMenus.TCustomActionMenuBar.FExpandTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FExpandTimer: TTimer;

C++

Vcl::Extctrls::TTimer* FExpandTimer;

Properties

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

Description

Keeps the expand timer.

FExpandTimer is internally used to keep the expand timer.

The expand timer is the time needed for the menu to expand.

See Also