Skip to content

UpdateAllActions - cCJCommandBarSystem

Forces an OnUpdate event to be sent to all item actions

Type: Procedure

Syntax

Procedure UpdateAllActions

Call Example

Send UpdateAllActions

Description

UpdateAllActions forces an OnUpdate event to be sent to all item actions. Normally only "active" item actions (pbActiveUpdate) receives the OnUpdate event. UpdateAllActions provides a way to send this to all items.

The Item Update Process

The Update method does not directly send OnUpdate to all active items. It sends the message Update to each active item object, which in turn sends itself the OnUpdate event. The item's Update method is also sent before any popup menu is displayed and it is called before an item's OnExecute event is called.