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