Vcl.Ribbon.TCustomRibbon.TTabChangeEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

説明

リボン タブのインデックスが変更された際に、自動的に呼び出されます。

関連項目