Vcl.CmAdmCtl.TCOMAdminCatalogCollection.Get_Item

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function  Get_Item(lIndex: Integer): TCOMAdminCatalogObject;

C++

TCOMAdminCatalogObject* __fastcall Get_Item(int lIndex);

Properties

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

Description

Returns a specified item from the collection.

Call Get_Get_Item to access an item in the collection

lIndex is the index of the item. It can have any value from 0 to one less than the value of the Count property.

See Also