Vcl.CmAdmCtl.TCOMAdminCatalogCollection.AddEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AddEnabled: WordBool read Get_AddEnabled;

C++

__property System::WordBool AddEnabled = {read=Get_AddEnabled, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogCollection

Description

Indicates whether the Add method can add items to the collection.

Read AddEnabled to determine whether your application can add items to this collection. When AddEnabled is false, the Add method fails.

See Also