Vcl.ActnMan.TActionBars.ShowHints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowHints: Boolean read FShowHint write SetShowHints default True;

C++

__property bool ShowHints = {read=FShowHint, write=SetShowHints, default=1};

Properties

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

Description

Indicates whether hints should be shown for items in the collection.

Set ShowHints to false if you don't want hints shown for objects in the collection. The default value is true.

See Also