Delphi7.0里面常用到的函数,及属性,事件有哪些?

来源:百度知道 编辑:UC知道 时间:2024/06/19 04:14:47
Delphi7.0里面常用到的函数,及属性,事件,函数的使用格式,属性的意思,事件的响应....
谢谢谢谢

abort 函数 引起放弃的意外处理

addexitproc 函数 将一过程添加到运行时库的结束过程表中

addr 函数 返回指定对象的地址

adjustlinebreaks 函数 将给定字符串的行分隔符调整为cr/lf 序列

allocmem 函数 在堆栈上分配给定大小的块

ansicomparestr 函数 比较字符串(区分大小写)

ansicomparetext 函数 比较字符串(不区分大小写)

ansilowercase 函数 将字符转换为小写

ansiuppercase 函数 将字符转换为大写

append 函数 以附加的方式打开已有的文件

assignfile 函数 给文件变量赋一外部文件名

assigned 函数 测试函数或过程变量是否为空

beginthread 函数 以适当的方式建立用于内存管理的线程

blockread 函数 读一个或多个记录到变量中

blockwrite 函数 从变量中写一个或多个记录

changefileext 函数 改变文件的后缀

chdir 函数 改变当前目录

chr 函数 返回指定序数的字符

closefile 命令 关闭打开的文件

comparestr 函数 比较字符串(区分大小写)

copy 函数 返回一字符串的子串

datetimetofiledate 函数 将delphi 的日期格式转换为dos 的日期格式

datetimetostr 函数 将日期时间格式转换为字符串

datetimetostring 函数 将日期时间格式转换为字符串

datetostr 函数 将日期格式转换为字符串

dayofweek 函数 返回星期的数值

dec 函数 递减