GetUIDCount Example for C++Builder

   Cardinal uCount;

   uCount = LEADDicom1->GetUIDCount();
   ShowMessage("There are " + IntToStr(uCount) + " UID Items.");