home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
tp6goodi
/
toggle
/
help_cmd.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1991-01-31
|
145 b
|
13 lines
unit Help_Cmd;
interface
const
cmNoCommand = 1000;
hcShiftKeys = 1;
hcCtrlKeys = 2;
hcAltKeys = 3;
implementation
end.