RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedComponentHelper.GetIndex Method

Returns the position of the associated Web item in the parent item's array of Web items.

Pascal
function GetIndex: Integer;
C++
__fastcall int GetIndex();

GetIndex returns the index of the associated component in the list that is the value of the ContainerList property. The index of the first item is 0, the index of the second item is 1, and so on. 

 

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