Vcl.ImgList.TCustomImageList.Replace

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

Delphi

procedure Replace(Index: Integer; Image, Mask: TBitmap);

C++

void __fastcall Replace(int Index, Vcl::Graphics::TBitmap* Image, Vcl::Graphics::TBitmap* Mask);

プロパティ

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

説明

Replace は,イメージリスト内のイメージを新しいイメージとマスクに置き換えます。

Replace メソッドは,イメージリスト内の Index 位置にあるイメージを新しい Image のイメージと Mask のオーバーレイマスクに置き換えます。

関連項目