<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" href="../../../../ok/1.css">
<title>逸海书城--电脑书籍--程序设计--DELPHI相关--超文本下载--Delphi中的标准函数</title>
<style>
<!--
.tt2 {font: 12pt/15pt "宋体"}
-->
</style>
</head>
<body topmargin="2" leftmargin="1">
<table border="0" width="775" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" bgcolor="#76DEBA">
<table border="0" width="100%" cellspacing="1">
<tr>
<td width="100%" class="p1" background="../../../../images/bg-02.gif">
<!--webbot
bot="Include" u-include="link-top-bar.htm" tag="BODY" startspan -->
<p><font color="#CC9900">导航</font>:<a href="http://www.backbird.com" target="_top">秋雁南回首页</a>>><a
href="http://www.easysea.com" target="_top"><font color="#CC9900">逸海书城</font></a>>><a href="../../../../index.htm" target="_top">电脑书籍</a>>><a href="../../../../prog/index.htm" target="_top"><font color="#CC9900">程序设计</font></a>>><a href="../../../../prog/delphi/index.htm" target="_top">DELPHI相关</a></p>
<!--webbot bot="Include" i-checksum="14103" endspan --></td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="774" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="8%" valign="top">
<table border="0" width="60" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="1" bgcolor="#76DEBA">
<img border="0" src="../../../../images/blank.gif" width="1" height="1"></td>
<td width="67" valign="top" bgcolor="#F0FCF8" class="p2" align="center">
<table border="0" width="100%" height="1">
<tr>
<td width="100%" height="1" align="center">
<p style="margin-top: 0; margin-bottom: 0"><a href="http://www.easysea.com" target="_top"><font
color="#CC9900">逸海书城</font></a></p>
</td>
</tr>
</table>
<!--webbot bot="Include" u-include="../../../../ok/link-main-ad.htm" tag="BODY" startspan -->
<SCRIPT src="http://easysea.com/ad/main.js"></SCRIPT>
<!--webbot bot="Include" i-checksum="17635" endspan --></td>
<td width="1" bgcolor="#76DEBA">
<img border="0" src="../../../../images/blank.gif" width="1" height="1"></td>
</tr>
</table>
</td>
<td width="92%" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" align="center"><a href="http://www.easysea.com" target="_top">
<img border="0"
src="../../../../images/easysea-top.gif" width="245" height="60"></a></td>
<td width="50%">
<!--webbot bot="Include" u-include="../../../../ok/ad-top.htm"
tag="BODY" startspan -->
<SCRIPT src="../../../../../../ok/adtop.js"></SCRIPT>
<!--webbot bot="Include" i-checksum="45416" endspan --></td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" class="p3" align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center" bgcolor="#E3F9F1">
<img border="0"
src="../../../../images/blank.gif" width="1" height="1"></td>
</tr>
<tr>
<td width="100%" align="center" background="../../../../images/bg-01.gif" class="p4"><font
color="#78C8C0">我想我是海 宁静的深海 不是谁都明白 请记住我们——逸海——EasySea.com</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" class="p3" align="center">Delphi中的标准函数</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center">
<table border="1" width="660" bordercolordark="#FFFFFF" cellspacing="0"
cellpadding="0" bordercolorlight="#FFCC00" class="p5">
<tr>
<td width="100%">《Delphi参考手册》
<p> 著作者:陈桂鸿(vortex@126.com) <br>
http://vortex.yeah.net </p>
<p>Copyright by vortex 1999.1 <br>
=========================================================================== <br>
名称 类型 说明 <br>
--------------------------------------------------------------------------- <br>
Abort 函数 引起放弃的意外处理 <br>
Abs 函数 绝对值函数 <br>
AddExitProc 函数 将一过程添加到运行时库的结束过程表中 <br>
Addr 函数 返回指定对象的地址 <br>
AdjustLineBreaks 函数 将给定字符串的行分隔符调整为CR/LF序列 <br>
Align 属性 使控件位于窗口某部分 <br>
Alignment 属性 控件标签的文字位置 <br>
AllocMem 函数 在堆栈上分配给定大小的块 <br>
AllowGrayed 属性 允许一个灰度选择 <br>
AnsiCompareStr 函数 比较字符串(区分大小写) <br>
AnsiCompareText 函数 比较字符串(不区分大小写) <br>
AnsiLowerCase 函数 将字符转换为小写 <br>
AnsiUpperCase 函数 将字符转换为大写 <br>
Append 函数 以附加的方式打开已有的文件 <br>
ArcTan 函数 余切函数 <br>
AssignFile 函数 给文件变量赋一外部文件名 <br>
Assigned 函数 测试函数或过程变量是否为空 <br>
AutoSize 属性 自动控制标签的大小 <br>
BackgroundColor 属性 背景色 <br>
BeginThread 函数 以适当的方式建立用于内存管理的线程 <br>
BevelInner 属性 控件方框的内框方式 <br>
BevelOuter 属性 控件方框的外框方式 <br>
BevelWidth 属性 控件方框的外框宽度 <br>
BlockRead 函数 读一个或多个记录到变量中 <br>
BlockWrite 函数 从变量中写一个或多个记录 <br>
BorderStyle 属性 边界类型 <br>
BorderWidth 属性 边界宽度 <br>
Break 命令 终止for、while、repeat循环语句 <br>
Brush 属性 画刷 <br>
Caption 属性 标签文字的内容 <br>
ChangeFileExt 函数 改变文件的后缀 <br>
ChDir 函数 改变当前目录 <br>
Checked 属性 确定复选框选中状态 <br>
Chr 函数 返回指定序数的字符 <br>
CloseFile 命令 关闭打开的文件 <br>
Color 属性 标签的颜色 <br>
Columns 属性 显示的列数 <br>
CompareStr 函数 比较字符串(区分大小写) <br>
Concat 函数 合并字符串 <br>
Continue 命令 继续for、while、repeat的下一个循环 <br>
Copy 函数 返回一字符串的子串 <br>
Cos 函数 余弦函数 <br>
Ctl3D 属性 是否具有3D效果 <br>
Cursor 属性 鼠标指针移入后的形状 <br>
Date 函数 返回当前的日期 <br>
DateTimeToFileDate 函数 将DELPHI的日期格式转换为DOS的日期格式 <br>
DateTimeToStr 函数 将日期时间格式转换为字符串 <br>
DateTimeToString 函数 �
Delphi中的标准函数
需积分: 0 17 浏览量
更新于2008-10-14
收藏 7KB RAR 举报
在编程领域,Delphi是一种基于Pascal语言的集成开发环境(IDE),以其高效、快速的编译器和丰富的类库闻名。"Delphi中的标准函数"这个主题涉及到Delphi编程中的一些基本工具和方法,这些函数是每个Delphi开发者都需要熟悉和掌握的。下面将详细解释其中的一些关键知识点。
1. **数学函数**:
- `Abs()`: 返回一个数值的绝对值。
- `Sqrt()`: 计算平方根。
- `Power()`: 求幂运算,如`Power(x, y)`表示`x`的`y`次方。
- `Round()`, `Trunc()`, `Floor()`, `Ceil()`: 分别用于四舍五入、截断、向下取整和向上取整。
2. **字符串处理函数**:
- `Length()`: 获取字符串长度。
- `Copy()`: 从字符串中提取子串。
- `Pos()`, `PosEx()`: 查找子字符串在主字符串中的位置。
- `Copy()`, `Delete()`: 修改字符串内容。
- `LowerCase()`, `UpperCase()`: 转换字符串为小写或大写。
3. **日期和时间函数**:
- `Now()`: 获取当前系统日期和时间。
- `Date()`: 获取当前系统日期。
- `Time()`: 获取当前系统时间。
- `FormatDateTime()`: 将日期和时间格式化为指定样式。
- `IncDay()`, `IncMonth()`: 增加日期。
4. **文件和目录操作函数**:
- `FileExists()`: 检查文件是否存在。
- `DirectoryExists()`: 检查目录是否存在。
- `CreateDir()`: 创建目录。
- `DeleteFile()`: 删除文件。
- `RenameFile()`: 重命名文件。
5. **输入/输出函数**:
- `Readln()`: 从标准输入读取一行文本。
- ` writeln()`: 向标准输出写入文本。
- `AssignFile()`: 关联一个文件与文件指针。
- `Rewrite()`, `Append()`: 打开文件以进行写入。
- `CloseFile()`: 关闭已打开的文件。
6. **类型转换函数**:
- `IntToHex()`, `HexToInt()`: 在整数和十六进制字符串之间转换。
- `StrToFloat()`, `FloatToStr()`: 字符串与浮点数之间的转换。
- `Ord()`, `Chr()`: 字符与它的ASCII码值之间的转换。
7. **错误处理和异常处理**:
- `Try...Except...Finally`: 异常处理结构,用于捕获和处理运行时错误。
- `RaiseException()`: 手动抛出异常。
8. **内存管理**:
- `New()`, `Dispose()`: 动态内存分配和释放。
- `AllocMem()`, `FreeMem()`: 更高级的内存管理函数。
9. **集合类型操作**:
- `TList`, `TArray`, `TDictionary`: 集合类型的使用和操作。
- `Add()`, `Remove()`: 添加和移除元素。
- `IndexOf()`: 查找元素的索引。
10. **过程和函数调用**:
- `Procedure` 和 `Function`: 定义和调用自定义过程和函数。
这些只是Delphi标准函数的一部分,实际的Delphi库包含更多的函数和类,提供了丰富的功能来帮助开发者高效地编写代码。通过深入学习和理解这些函数,可以提高开发效率,使代码更加简洁、易读。在实际项目中,结合Delphi的VCL(Visual Component Library)和FireMonkey框架,可以构建各种复杂的桌面应用程序。
chenzhan02
- 粉丝: 5
- 资源: 1
最新资源
- SATI3.2.zip:专业的文本分析工具
- 基于Netty 实现的 MQTT 协议移动即时通讯系统,包含服务端和客户端详细文档+全部资料.zip
- 基于netty+mqtt3.1.1+springboot+jdk8 实现的 mqtt 服务端跟客户端详细文档+全部资料.zip
- 基于netty,Reactor3的大型响应式分布式智能家电管理系统,主要技术包括: Reactor3,netty,SpringCloud,nacos,Elast
- 基于Netty+MQTT的高性能推送服务框架。支持普通Socket、MQTT、MQTT web socket协议。非常方便接入上层业务实现推送业务。详细文档+全部资料.zip
- 基于netty的UDP物联网网关程序,设备报文可转发至KAFKA或MQTT broker详细文档+全部资料.zip
- 基于netty实现mqtt协议 服务器端开发详细文档+全部资料.zip
- 基于Netty和MQTT协议的IM组件详细文档+全部资料.zip
- 基于netty实现的mqtt客户端,可用于Java、Android环境详细文档+全部资料.zip
- 基于Netty实现的MQTT客户端详细文档+全部资料.zip
- 基于RHSocketKit框架实现的MQTT协议,底层使用CocoaAsyncSocket。详细文档+全部资料.zip
- 基于QT的MQTT-client客户端详细文档+全部资料.zip
- 基于spring boot的mqtt例子,使用注解将不同的主题分派给不同的任务。支持+、#通配符详细文档+全部资料.zip
- 基于springboot-mqtt的温度、湿度、六氟化硫浓度实时监控系统详细文档+全部资料.zip
- 基于STM32+ESP8266实现MQTT客户端协议,可以远程控制开发板上的LED灯详细文档+全部资料.zip
- 基于swoole4实现的mqtt代理服务器详细文档+全部资料.zip