Vcl.CmAdmCtl.TCOMAdminCatalogObject.Key

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Key: OleVariant read Get_Key;

C++

__property System::OleVariant Key = {read=Get_Key};

Properties

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

Description

Uniquely identifies the catalog item.

The Key property serves as the primary identifier for an object. In some cases, Key is a GUID, such as CLSID for a component; in some cases it is the item name, as with roles. To determine the meaning of the Key property, check the Microsoft documentation for the specific collection to which this item belongs.

Note: If you add a new object to a collection and save it with the Key property of an existing object, you overwrite the existing object.

See Also