Vcl.Ribbon.TCustomRibbon.DoTabChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTabChange(const NewIndex, OldIndex: Integer; var AllowChange: Boolean); virtual;

C++

virtual void __fastcall DoTabChange(const int NewIndex, const int OldIndex, bool &AllowChange);

Properties

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

Description

Makes a change on the ribbon tab.

See Also