Vcl.CategoryButtons.TBaseButtonItem.OnClick
Delphi
property OnClick: TNotifyEvent read FOnClick write FOnClick stored IsOnClickStored;
C++
__property System::Classes::TNotifyEvent OnClick = {read=FOnClick, write=FOnClick, stored=IsOnClickStored};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | published | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp  | 
        Vcl.CategoryButtons | TBaseButtonItem | 
Description
OnClick is an event handler of type TNotifyEvent.