Vcl.CategoryButtons.TCategoryButtons.OnReorderButton

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

Delphi

property OnReorderButton: TCatButtonReorderEvent read FOnReorderButton write FOnReorderButton;

C++

__property TCatButtonReorderEvent OnReorderButton = {read=FOnReorderButton, write=FOnReorderButton};

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons


説明

ボタンが再配置された際に発生します。

OnReorderButton イベントは、カテゴリ ボタン内でボタンが再配置された際に、発生します。

OnReorderButton は、Vcl.CategoryButtons.TCatButtonReorderEvent 型のイベント ハンドラです。

関連項目