Vcl.RibbonActnCtrls.IRibbonBarKeyTip.BarHandleKeyTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BarHandleKeyTips(const KeyTip: string; var KeyTips: TKeyTipList);

C++

virtual void __fastcall BarHandleKeyTips(const System::UnicodeString KeyTip, TKeyTipList* &KeyTips) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls IRibbonBarKeyTip

Description

Checks whether any commands on the action bar are partial or full matches for the KeyTip.

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

See Also