RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlCollection.GetItem Method

Returns a specified item in the collection.

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

GetItem is the protected read implementation of the Items property. 

 

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