Vcl.ActnMan.TActionClients.HideUnused

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideUnused: Boolean read FHideUnused write SetHideUnused default True;

C++

__property bool HideUnused = {read=FHideUnused, write=SetHideUnused, default=1};

Properties

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

Description

Determines whether unused TClientAction objects are displayed in an action band.

HideUnused is used internally to determine whether unused or less frequently used TClientAction objects contained by the TActionClient object are displayed in an action band by the action manager component.