Vcl.ActnMan.TActionBars.HintShortCuts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintShortCuts: Boolean read GetHintShortCuts write SetHintShortCuts default True;

C++

__property bool HintShortCuts = {read=GetHintShortCuts, write=SetHintShortCuts, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionBars

Description

A forward to the application object's property of the same name.

The application object contains a property called HintShortCuts which determines whether or not the application's popup hint windows display shortcut information. The HintShortCuts property in TActionBars is simply another way to access the application's HintShortCuts property.

See Also