Vcl.CmAdmCtl.TCOMAdminCatalogObject.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: OleVariant read Get_Name;

C++

__property System::OleVariant Name = {read=Get_Name};

Properties

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

Description

Indicates the Name of the object.

Use Name to determine the name of the item.

Note: Although every item has a name, the primary identifier for collection items is the Key property.

See Also