Vcl.Ribbon.TCustomRibbon.TTabVisibleChangedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTabVisibleChangedEvent = procedure (Sender: TObject; const Index: Integer;
const Visible: Boolean) of object;

C++

typedef void __fastcall (__closure *TTabVisibleChangedEvent)(System::TObject* Sender, const int Index, const bool Visible);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.