Vcl.Ribbon.TCustomRibbonPage.HandleKeyTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

void __fastcall HandleKeyTips(const System::UnicodeString KeyTip, Vcl::Ribbonactnctrls::TKeyTipList* &KeyTips);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonPage

Description

Checks whether any action on the ribbon page is a partial or full match for the input key tip. If only one control is a match, then its action is executed.

See Also