RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesignerSelections.Get Method

Returns a specified item from the list.

Pascal
function Get(Index: Integer): TPersistent;
C++
__fastcall TPersistent * Get(int Index);

Get is the protected read access method for the Items property. 

Index identifies the desired object by its position in the list, where 0 identifies the first position. Get returns the specified object. 

 

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