Vcl.Ribbon.TQuickAccessToolbar.DoChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChange; virtual;

C++

virtual void __fastcall DoChange();

Properties

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

Description

Generates an OnChange event.

DoChange is called automatically when the properties of any Quick Access Toolbar items change.

See Also