随笔分类 -  01.【Delphi】

与Delphi开发有关的信息汇总,大多数是自己工作、学习体会!
摘要:在使用delphi开发程序时候,我们经常会用到strtoint这个函数,该函数主要作用是将指定的整数字符串转换整数,如将'123'转换成123。 但有时候,如果输入'12.3'或'abc',就会导致strtoint出错,为了避免这种情况,我们可以使用:strtointdef这个函数来代替strtoint CodeCode highlighting produced by Ac... 阅读全文
posted @ 2008-10-04 15:51 守护心中彩虹 阅读(868) 评论(0) 推荐(0)
摘要:------------------------------------------------------------------------------ Name : TfisFileNotification Files : TfisFileNotification.cpp, TfisFileNotification.h, TfisFileNotification.dcr Pur... 阅读全文
posted @ 2008-10-04 15:40 守护心中彩虹 阅读(201) 评论(0) 推荐(0)
摘要:The Delphi Hot Key Component allows you to easily create a system wide hotkey. The way this works is that your program will received an event whenever the specified hotkey is pressed regardless ... 阅读全文
posted @ 2008-10-04 15:35 守护心中彩虹 阅读(201) 评论(0) 推荐(0)