Vcl.Graphics bzw
FMX.Graphics
(ein klick auf einen link führt dich direkt zur TBitmap Referenz)
Nachwort:
Wenn Du ein Control suchst, nutze ein TImage, das ist sichtbar. TBitmap ist kein Control, es ist ein Objekt.
Delphi-Quellcode:
var
bmp: TBitmap;
begin
bmp := TBitmap.Create usw usf