Vcl.CategoryButtons.TCatButtonCategoryEvent

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

C++

typedef void __fastcall (__closure *TCatButtonCategoryEvent)(System::TObject* Sender, TButtonCategory* const Category);

プロパティ

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

説明

TCatButtonCategoryEvent は、Vcl.CategoryButtons.TCategoryButtons.OnCategoryClicked イベントの手続き型です。

Sender は、イベントを生成した TCategoryButtons インスタンスです。

Category は、マウスで選択されたカテゴリです。

関連項目