Vcl.Imaging.GIFImg.TGIFList.Move

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Move(CurIndex, NewIndex: Integer);

C++

void __fastcall Move(int CurIndex, int NewIndex);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFList

Description

Moves a GIF item from an index to another in the Items list.

Call Move to move the GIF item with the index specified through the CurIndex argument to the index given through the NewIndex argument in the Items list.

CurIndex and NewIndex are zero-based indexes in the Items list.

If either one of the given indexes are out of bounds, a list index error is raised.

See Also