RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollection.GetItem Method

Returns a specified item in the collection.

Pascal
function GetItem(Index: Integer): TCollectionItem;
C++
__fastcall TCollectionItem GetItem(int Index);

GetItem is the protected read implementation of the Items property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!