TdxBarItem.ShortCutChanged Method
Applies a shortcut change for the bar item.
Declaration
procedure ShortCutChanged; virtual;
Remarks
The ShortCut property setter calls the ShortCutChanged
procedure to apply the updated shortcut.
Tip
You can handle the parent bar manager’s OnHandleKey event to ignore certain shortcuts.
See Also