RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbonGroup.BarHandleKeyTips Method

Iterate over any visible KeyTips and perform validation to determine if one of KeyTips is partial or full match.

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

BarHandleKeyTips iterates over any visible KeyTips and performs validation to determine if one of the KeyTips is a partial or full match. KeyTips that match are returned in the List parameter. 

 

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