Vcl.RibbonActnCtrls.TKeyTipMatchItem

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTKeyTipMatchItem

Delphi

TKeyTipMatchItem = class

C++

class PASCALIMPLEMENTATION TKeyTipMatchItem : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls Vcl.RibbonActnCtrls

Description

This class offers details about full and partial KeyTip matches.

TKeyTipMatchItem stores details about full and partial KeyTip matches. It contains a reference to the control that needs to be executed. If the MatchType is mtTabs, then the Index property is used to determine which Tab to change to.

See Also