Vcl.Ribbon.TCustomRibbon.Idle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Idle(const Msg: TMsg);

C++

void __fastcall Idle(const tagMSG &Msg);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Internally handles the OnIdle event, if assigned.

See Also