home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / tp6goodi / toggle / help_cmd.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1991-01-31  |  145 b   |  13 lines

  1. unit Help_Cmd;
  2.  
  3. interface
  4.  
  5. const
  6.   cmNoCommand = 1000;
  7.  
  8.   hcShiftKeys = 1;
  9.   hcCtrlKeys  = 2;
  10.   hcAltKeys   = 3;
  11.  
  12. implementation
  13. end.