Vcl.RibbonActnCtrls.TKeyTipMatchItem.Control

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Control: TControl read FControl write FControl;

C++

__property Vcl::Controls::TControl* Control = {read=FControl, write=FControl};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TKeyTipMatchItem

Beschreibung

Gibt das Steuerelement an, das ausgeführt werden soll.

Verwenden Sie die Eigenschaft Control, um auf das auszuführende Steuerelement zuzugreifen.

Siehe auch