EnableFloater example for C++ Builder

void __fastcall TForm1::Button1Click(TObject *Sender)
{
   Lead1->AutoFloater = True;
   Lead1->RgnMarkingMode = mmRectangle;
   Lead1->RgnFrameType = ftStatic;
   Lead1->EnableFloater = True;
   ShowMessage("Use the mouse to create a floater and move it");
}