RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbon.TabHideKeyTips Method

Hide KeyTips.

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

TabHideKeyTips hides the KeyTips. If the KeyTips parameter is nil, all KeyTips are hidden. Otherwise KeyTips contains TKeyTipMatchItem that are not supposed to be hidden at this time. This would occur when there are a number of Partial KeyTip matches where the first character of a KeyTip matches many KeyTips. 

 

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