BaseMemo.PutValueFile 方法 | |
Read (Import) a value from an external file and write it to the specified column.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD PutValueFile(
nFldPos AS LONG,
fileName AS STRING
) AS LOGIC
public virtual bool PutValueFile(
int nFldPos,
string fileName
)
查看代码参数
- nFldPos
- 类型:Int32
1 based column number for which the value should be written. - fileName
- 类型:String
Name of the file that needs to be read from.
返回值
类型:
Boolean实现
PutValueFile(Int32, String)参见