SetImageOverlayFromTBitmap2
Delphi
function SetImageOverlayFromTBitmap2 (Index: LongInt; Bitmap: TBitmap): Boolean;
C++Builder
bool __fastcall SetImageOverlayFromTBitmap2(System::LongInt Index, Vcl::Graphics::TBitmap* Bitmap);
Loads the image overlay specified by the index parameter from the specified TBitmap object (Delphi and C++Builder only).