BackColor example for C++ Builder
This example sets the background color to red. You can zoom out to see the background color.
LEADRasterView1->BackColor = (TColor)RGB(255,0,0);