RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNotifyList.GetItem Method

Returns the value of the Items property.

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

GetItem is the read implementation of the Items property. 

Index is the zero-offset index of the item to return. 

GetItem returns the specified item from the list. 

 

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