Vcl.Ribbon.TCustomRibbon.TTabChangeEvent
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.