Vcl.ComCtrls.THotKey.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property OnChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THotKey

Description

Occurs when the properties of the accelerator key change.

Vcl.ComCtrls.THotKey.OnChange inherits from Vcl.ComCtrls.TCustomHotKey.OnChange. All content below this line refers to Vcl.ComCtrls.TCustomHotKey.OnChange.

Occurs when the properties of the accelerator key change.

Write an OnChange event handler to respond when the accelerator key changes to represent a different combination of keys. OnChange occurs after the TCustomHotKey properties have been updated to reflect the change.