Vcl.RibbonActnCtrls.TKeyTipMatchItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AType: TKeyTipMatchType; AHandled: TKeyTipHandled;
AControl: TControl; AIndex: Integer = -1);

C++

__fastcall TKeyTipMatchItem(TKeyTipMatchType AType, TKeyTipHandled AHandled, Vcl::Controls::TControl* AControl, int AIndex);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TKeyTipMatchItem

Description

Creates and initializes a TKeyTipMatchItem instance.

The Create method creates and initializes a TKeyTipMatchItem instance.

See Also