Vcl.Ribbon.TCustomRibbonGroup.BarHandleKeyTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

void __fastcall BarHandleKeyTips(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 TCustomRibbonGroup

Description

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

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.

See Also