Vcl.ImgList.TCustomImageList.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.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Moves a specified image to another position.

Use the Move method to move an image to another position in the image list. Specify the current position using CurIndex, and the new position using NewIndex.

See Also