Vcl.ActnCtrls.TCustomActionToolBar.EnableHiding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnableHiding;

C++

void __fastcall EnableHiding();

Properties

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

Description

Enables the visibility property of an action tool bar component.

EnableHiding is used for enabling the visibility property of an action tool bar component, decreasing its hiding level.

See Also