Vcl.ImgList.TCustomImageList.Insert

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

La méthode Insert insère, dans la liste d'images, un bitmap et son masque après l'image spécifiée.

La méthode Insert permet d'insérer une image et son masque dans la liste d'images. L'image est insérée après l'image spécifiée par Index.

Voir aussi