本文整理自网络,侵删。
你伪码错误啦!
if Key in [#92,#47,#58,#42,#63,#34,#60,#62,#124] then
Key := #0;
不知道伪码也可以这样
if Key in ['\','/',':','*','?','"','<','>','|'] then
Key := #0;
查伪码可以用ord查,如showmessage(inttostr(ord('\'))) 相关阅读 >>
Delphi createthread的线程传参数(小熊论坛的)
Delphi xe android 使用system.zip单元释放资源文件
Delphi combobox的属性和事件、及几个鼠标事件的触发
Delphi formactivate与formshow事件有什么区别
Delphi idftp 错误:socket error 10054 �c connection reset by peer -连接被重置
更多相关阅读请进入《Delphi》频道 >>