Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.TMoreCommandsEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMoreCommandsEvent = procedure (Sender: TObject; var Handled: Boolean) of object;

C++

typedef void __fastcall (__closure *TMoreCommandsEvent)(System::TObject* Sender, bool &Handled);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Description

Represents the procedure type used for a Quick Access Toolbar OnMoreCommands event.

See Also