Vcl.CmAdmCtl.TCOMAdminCatalogCollection.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 TCOMAdminCatalogCollection

Description

Indicates the Name of the collection.

Use Name to determine the name of the collection. This is the name by which you can identify the collection, for example, when calling the GetCollection method to obtain a TCOMAdminCatalogCollection instance.

See Also