PaintRgnOnly example for C++ Builder

void __fastcall TForm1::Test(TObject *Sender)
{
   Lead1->SetRgnEllipse(0, 0, 200, 200, L_RGN_SET);
   Lead1->PaintRgnOnly = true;
}