TdxBarManager.IgnoreKeyStroke Method
Forces the bar manager to ignore the keystroke passed to an OnHandleKey event handler.
Declaration
procedure IgnoreKeyStroke;
Remarks
Call this procedure when handling the OnHandleKey event. Otherwise, the call does nothing.
See Also