AddMessage example for C++ Builder

void __fastcall TForm1::AddMessageClick(TObject *Sender)
{
   AnsiString strMsg= "LEAD Technologies, Inc.";
   TPoint ptStart;

   ptStart.x= 0;
   ptStart.x= 0;

   /*Add the above message to image in the default position and with the default password */
   LEADImage1->AddMessage( strMsg, """", ptStart );
}