All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
ASP.NET,2.0,中的创建母版页_[Asp.Net教程]
ASP.NET技巧:请求网址并解析返回的html_[Asp.Net教程]
全面接触SQL语法(1)_mssql学习_编程技术
实用:使用PHP脚本修改Linux或Unix系统口令_php资料_编程技术
浅谈同页面用多个id_[Html教程]
在ASP.NET,2.0中数据绑定的实现方法_.net资料_编程技术
PHP:实现给上传图片加水印的程序代码_php资料_编程技术
ASP.NET,Atlas简单控件介绍之界面控件_[Asp.Net教程]
C#教程:读写注册表
利用PHP代码实现网页自动判断转向的实例_php资料_编程技术
Reading number is top 10 pictures
各种囧况!玩游戏最不喜欢出现的十件事(点评)
A beautiful girl to bud1
The goddess of the single reason1
西班牙山村小景5
有种屌丝级别的好妹子
China's family planning commission forced abortions 270 million newborns for 30 years
PengLiYuan lady for the world health organization fight TB and AIDS goodwill ambassador
泳装名模阿尔贝特妮写真
Azusa Yamamoto1
The money of more than 100 countries and regions13
Download software ranking
Kung fu panda - the secret of the teacher
Boxer's Top ten classic battle9
C#高级编程(第4版)
小黑猫大战两米大花蛇
Unix video tutorial5
Sora aoi‘s film--Lust fan wall
C语言教程TXT
Professional killers2 data package
C#COM编程指南
终极变速大师Speeder3.26
aaa published in(发表于) 2014/7/19 0:13:28 Edit(编辑)
delphi设置提示信息

delphi设置提示信息

delphi设置提示信息

设置提示信息

在程序开发的过程中,可能会声明一个或多个变量,但是这些变量却始终没有被使用。在默认的情况下,编译器会提示这些变量在声明后从来没有被使用过。通过下面的方法,可以决定这些消息是否显示。

• 通过改变关于工程的一些环境设置。可依次选择“Project”→“Options...”菜单项打开“Project Options”对话框,选中“Compiler Messages”标签页,改变General 下的“Show hints”选项即可。

• 通过编译指令{$HINTS ON}与{$HINTS OFF}来进行设置。在“Compiler Messages”标签页General 的“Show hints”选项被选中的情况下,实现不显示此类提示信息。代码如下:

...

{$HINTS OFF}

procedure Test;

var

I: Integer;

begin

end;

...

在编译上面这段代码的过程中,不会出现变量I 没有被使用的提示信息。




添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.