Vcl.ImgList.TCustomImageList.Move

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Move(CurIndex, NewIndex: Integer);

C++

void __fastcall Move(int CurIndex, int NewIndex);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

説明

Move は,指定したイメージを別の位置まで移動します。

Move メソッドは,イメージをイメージリスト内の別の位置に移動します。現在の位置を CurIndex で指定し,新しい位置を NewIndex で指定します。

関連項目