API:Vcl.ActnMan.TActionClients.Customizable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Customizable: Boolean read FCustomizable write FCustomizable default 1;

C++

__property Customizable = {default=1};

Properties

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

Description

Indicates whether the action clients collection is customizable.

Vcl.ActnMan.TActionClients.Customizable inherits from Vcl.ActnMan.TActionClientsCollection.Customizable. All content below this line refers to Vcl.ActnMan.TActionClientsCollection.Customizable.

Indicates whether the action clients collection is customizable.

The default setting for Customizable is True, which indicates that the collection can be customized. Set Customizable to False if you do not want to allow users to change the items in this collection using the Action Manager editor. Collections that are not customizable appear dimmed in the Action Manager editor.