Vcl.CmAdmCtl.TCOMAdminCatalogCollection.RemoveEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RemoveEnabled: WordBool read Get_RemoveEnabled;

C++

__property System::WordBool RemoveEnabled = {read=Get_RemoveEnabled, nodefault};

Properties

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

Description

Indicates whether the Remove method can remove items from the collection.

Read RemoveEnabled to determine whether your application can remove items from this collection. When RemoveEnabled is false, the Remove method fails.

See Also