摘要:
//ShowMessage:begin ShowMessage('提示内容'); {标题默认工程名, 如: Proect1} Application.Title := '警告'; {如果修改工程标题...} ShowMessage('提示内容'); {标题是'警告'} ShowMessage('第一行' + #13#10 + '第二行'); {提示信息换行} ShowMessage('第一行'#13'第二行'); {也可以}end;//InputBox:var s: 阅读全文
posted @ 2011-09-28 00:50
Max Woods
阅读(416)
评论(0)
推荐(0)
浙公网安备 33010602011771号