RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbonQuickAccessToolbar.BarHandleKeyTips Method

Check if any commands on Action Bar are partial or full match for KeyTip.

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

BarHandleKeyTips checks if any commands on the Action Bar are a partial or full match for the KeyTip. Matches are returned as a TKeyTipMatchItem in the List parameter. If only one item is a match, that command is executed. 

 

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