点击或拖拽改变大小

Functions.AX_BLOB2File 方法

X#
Writes a BLOB contained in a memo field to a file.

命名空间:  XSharp.RDD
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 FUNCTION AX_BLOB2File(
	cFileName AS STRING,
	cFieldName AS STRING
) AS LOGIC
查看代码

参数

cFileName
类型:String
File name to write to.
cFieldName
类型:String
Field name to read from.

返回值

类型:Boolean
Returns True (.T.) if the BLOB is written to a file, returns False (.F.) if not.
参见