Vcl.ImgList.TCustomImageList.GetBitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetBitmap(Index: Integer; Image: TBitmap): Boolean;

C++

bool __fastcall GetBitmap(int Index, Vcl::Graphics::TBitmap* Image);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Beschreibung

Ruft das angegebene Bild als Bitmap ab.

Mit GetBitmap können Sie ein Bild in der Bilderliste als Bitmap-Objekt abrufen. Das gewünschte Bild wird im Parameter Index angegeben. GetBitmap weist das Bild dem in Image übergebenen TBitmap-Objekt zu.

Siehe auch

Codebeispiele