RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbon.TabHandledKeyTips Method

Validate KeyTip input when KeyTips State is ktsTabs.

Pascal
procedure TabHandledKeyTips(const KeyTip: string; var KeyTips: TKeyTipList);
C++
__fastcall TabHandledKeyTips(const AnsiString KeyTip, TKeyTipList KeyTips);

TabHandledKeyTips validates KeyTip input when the KeyTips State is ktsTabs. KeyTips can be in either ktsTabs or ktsControls state. When the KeyTips state is ktsTabs, the user has the option of selecting which Tab to switch to and display the KeyTips for the controls on that tab. When the State ktsTabs, the Application Button and Quick Access Toolbar are also displaying their KeyTips. 

The parameters are:

  • KeyTip: The KeyTip the user has input that needs to be validated against.
  • Full: A list of TKeyTipMatchItem that contain details if any KeyTips were matched.

 

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