move_items
move_items(fObjectList + index, 1, fItemCount - index - 1);
move_items(fObjectList + index, count, fItemCount - index - count);
move_items(fObjectList + index + 1, -1, fItemCount - index - 1);
move_items(fObjectList + index + count, -count,