Vcl.CategoryButtons.TCategoryButtons.OnHotButton
Delphi
property OnHotButton: TCatButtonEvent read FOnHotButton write FOnHotButton;
C++
__property TCatButtonEvent OnHotButton = {read=FOnHotButton, write=FOnHotButton};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | TCategoryButtons |
Description
Triggered when the mouse pointer moves over the button.
The OnHotButton event is triggered when the mouse pointer moves over the button (the state of the button is hot.)
OnHotButton is an event handler of type Vcl.CategoryButtons.TCatButtonEvent.