TAnalysisList::Move Method

void Move(int CurIndex, int NewIndex);

Changes the position of an item in the Items array.

#NameTypeDescription
1CurIndexint
2NewIndexint
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