Vcl.RibbonActnCtrls.TKeyTipList.Add
Delphi
procedure Add(MatchType: TKeyTipMatchType; Handled: TKeyTipHandled; Control: TControl; Index: Integer = -1);
C++
void __fastcall Add(TKeyTipMatchType MatchType, TKeyTipHandled Handled, Vcl::Controls::TControl* Control, int Index = 0xffffffff);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TKeyTipList |
Description
Adds a new match to the list of KeyTips.
This method adds a new match to the list of KeyTips.