Vcl.Ribbon.TCustomRibbon.BeginUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginUpdate;

C++

void __fastcall BeginUpdate();

Properties

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

Description

Signals the start of an update operation.

Use it before making multiple changes to the ribbon items. When all changes are complete, call EndUpdate so that the changes can be reflected on the screen.

See Also