摘要:
The CheckMenuItem function sets the state of the specified menu item's check-mark attribute to either selected or clear. 阅读全文
posted @ 2007-06-20 16:44 OldHawk 阅读(675) 评论(0) 推荐(0)
|
|||
|
摘要:
The CheckMenuItem function sets the state of the specified menu item's check-mark attribute to either selected or clear. 阅读全文
posted @ 2007-06-20 16:44 OldHawk 阅读(675) 评论(0) 推荐(0)
摘要:
showmessage('命令行参数个数为:'+inttostr(paramcount));
showmessage('第1个命令行参数为:'+paramstr(1));
showmessage('应用程序名称为:'+paramstr(0)); 阅读全文
posted @ 2007-06-20 14:00 OldHawk 阅读(3386) 评论(0) 推荐(0) |
|||