Vcl.Forms.TApplication.HintShortCuts

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property HintShortCuts: Boolean read FHintShortCuts write FHintShortCuts;

C++

__property bool HintShortCuts = {read=FHintShortCuts, write=FHintShortCuts, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Beschreibung

Legt fest, ob die Hinweise Tastaturkürzel enthalten.

Wenn HintShortCuts auf True gesetzt ist, werden Tastaturkürzel angezeigt.

Der Hinweis für den Befehl Ausschneiden würde dann beispielsweise Ausschneiden (Strg+X) anstelle von Ausschneiden lauten.