Vcl.ButtonGroup.TGrpButtonReorderEvent

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

Delphi

TGrpButtonReorderEvent = procedure(Sender: TObject; OldIndex, NewIndex: Integer) of object;

C++

typedef void __fastcall (__closure *TGrpButtonReorderEvent)(System::TObject* Sender, int OldIndex, int NewIndex);

プロパティ

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


説明

TGrpButtonReorderEvent は、Button Group の再オーダー イベント ハンドラの型です。

TGrpButtonReorderEvent は、OnReorderButton イベントを実装する際に定義しなければならない、メソッド プロシージャの型を定義しています。

このイベントは、ボタン グループ内でボタンが再配置された際に呼び出されます。

Sender は、イベントを呼び出す TButtonGroup への参照です。

OldIndex は、ボタン グループ内のボタンの元の位置のインデックスです。

NewIndex は、ボタン グループ内のボタンの再配置した位置のインデックスです。

関連項目