Vcl.ActnCtrls.TCustomActionToolBar.HideUnusedItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideUnusedItems;

C++

void __fastcall HideUnusedItems();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

Hides all unused items from an action tool bar menu.

HideUnusedItems is used for hiding all unused items from an action tool bar menu.

See Also