Vcl.ActnMan.TActionClientsCollection.Customizable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Customizable: Boolean read FCustomizable write FCustomizable default True;

C++

__property bool Customizable = {read=FCustomizable, write=FCustomizable, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientsCollection

Description

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.