Vcl.CategoryButtons.TCatButtonCategoryEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public Vcl.CategoryButtons.hpp Vcl.CategoryButtons Vcl.CategoryButtons

Description

TCatButtonCategoryEvent is the procedure type of the Vcl.CategoryButtons.TCategoryButtons.OnCategoryClicked event.

Sender is the TCategoryButtons instance that generated the event.

Category is the category that is selected with the mouse.

See Also