void Move(int CurIndex, int NewIndex);
Changes the position of an item in the Items array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | CurIndex | int | |
| 2 | NewIndex | int |
Remarks:
Call Move to move the item at the position CurIndex so that it occupies the position NewIndex. Indexes are zero based.
Declared in Dew::Math::TMtxComponentList · Dew.Math/MtxBaseComp.h · Cross-compiler