Vcl.ActnMenus.TCustomActionMenuBar.ExpandTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExpandTimer(Sender: TObject);

C++

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

Properties

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

Description

OnTimer event dispatcher.

ExpandTimer is an OnTimer event dispatcher.

When the timer fires, the expand button is highlighted.

See Also