Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
768 B
768 B
Object - TFileStream 文件流
TFileStream
声明:class
TFileStream 内置对象
父类:TStream
create(alias, file_name, file_mode)
声明:function
创建 TFileStream 实例
可见性:public
| 参数 | 类型 | 说明 |
|---|---|---|
alias |
string | 字符串类型,目录别名 |
file_name |
string | 字符串类型,文件名 |
file_mode |
integer | 整数类型。为打开模式和共享模式的组合值(相加) |
file_mode 打开模式取值
65535— 创建0— 只读1— 只写2— 读写
file_mode 共享模式取值
0— FCBs打开模式共享16— 禁止共享打开32— 禁止写共享48— 禁止读共享64— 允许读写共享