  TYPE
    iit$xt_terminate_option = integer;

  CONST
    iic$xt_start_record = 1,
    iic$xt_continue_record = 2,
    iic$xt_terminate_record = 3;
