Vcl.Ribbon.TCustomRibbon.TTabChangeEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTabChangeEvent = procedure (Sender: TObject; const NewIndex, OldIndex: Integer;
var AllowChange: Boolean) of object;

C++

typedef void __fastcall (__closure *TTabChangeEvent)(System::TObject* Sender, const int NewIndex, const int OldIndex, bool &AllowChange);

Properties

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

Description

Automatically called when the index of a ribbon tab has changed.

See Also