unit generic_types; {$mode delphi}{$H+} interface type TThreeStateBoolean = (nbUnset, nbFalse, nbTrue); implementation end.