Vcl.CategoryButtons.TCategoryButtons.OnReorderCategory

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

Delphi

property OnReorderCategory: TCategoryReorderEvent read FOnReorderCategory write FOnReorderCategory;

C++

__property TCategoryReorderEvent OnReorderCategory = {read=FOnReorderCategory, write=FOnReorderCategory};

プロパティ

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


説明

カテゴリが再配置された際に発生します。

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

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

関連項目