RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHotKey.OnChange Event

Occurs when the properties of the accelerator key change.

Pascal
property OnChange: TNotifyEvent;
C++
__property TNotifyEvent OnChange;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!