Vcl.CategoryButtons.TCategoryButtons.OnHotButton

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also