RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedComponentHelper.SetIndex Method

Sets the position of the associated component in the list specified by ContainerList.

Pascal
procedure SetIndex(Value: Integer);
C++
__fastcall SetIndex(int Value);

SetIndex moves the associated component to a specified position in the list of Web items that contains it. 

Value is the new index of the associated component, where 0 specifies the first position, 1 specifies the second position, and so on. 

 

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