RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogCollection.Get_Item Method

Returns a specified item from the collection.

Pascal
function Get_Item(lIndex: Integer): TCOMAdminCatalogObject;
C++
__fastcall TCOMAdminCatalogObject Get_Item(int lIndex);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!