RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListColumn.SetIndex Method

Moves the collection item to a specified position in the parent collection.

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

SetIndex is the protected write implementation of the Index property. The Value parameter specifies the new (0-based) position for the item in its parent collection. 

 

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