Vcl.CategoryButtons.TCatButtonEvent
Delphi
TCatButtonEvent = procedure(Sender: TObject; const Button: TButtonItem) of object;
C++
typedef void __fastcall (__closure *TCatButtonEvent)(System::TObject* Sender, TButtonItem* const Button);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | Vcl.CategoryButtons |
Description
TCatButtonEvent is the procedure type of the OnButtonClicked, the OnHotButton and the OnSelectedItemChange event handlers.
Sender is the TCategoryButtons instance that generated the event.
Button is the button where the event is acting.