GetVRCount Example for C++Builder

   Cardinal uCount;

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