unit MifareTypes; interface uses // This MifareLib_TLB; const KeyTypes: array [Boolean] of TKeyType = (ktKeyB, ktKeyA); implementation end.