Vcl.CategoryButtons.TCategoryButtons.DoHotButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoHotButton; dynamic;

C++

DYNAMIC void __fastcall DoHotButton();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Triggers the OnHotButton event.

DoHotButton is called internally when the OnHotButton event is called.

See Also