Is there a way of getting the pointer to the Bitmap's data so it can be used with glBitmap ? What i wan't to do is this:

Bitmap.Width:=128;
Bitmap.Height:=128;
Bitmap.Canvas.Rectangle(0,0,128,12;

glBitmap(Bitmap.Width, Bitmap.Height, 0,0,0,0, ***);