OnAnnUnlocked example for C++ Builder

The following is an example of an OnAnnUnlocked event.
void __fastcall TForm1::LEADAnn1
AnnUnlocked (L_HANDLE hObject)
{
 ShowMessage ("AnnObject: " + IntToStr (hObject) + " was unlocked!");
}