GetTagCount Example for C++Builder

   Cardinal uCount;

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