Vcl.ActnCtrls.TCustomActionToolBar.DisableHiding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisableHiding;

C++

void __fastcall DisableHiding();

Properties

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

Description

Disables the visibility property of an action tool bar component.

DisableHiding is used for disabling the visibility property of an action tool bar component, increasing its hiding level.

See Also