Vcl.CategoryButtons.TCatButtonCategoryEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCatButtonCategoryEvent = procedure(Sender: TObject; const Category: TButtonCategory) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.CategoryButtons.pas
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