点击或拖拽改变大小

Functions.AX_File2BLOB 方法

X#
Stores the contents of a file into a memo field.

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

参数

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

返回值

类型:Boolean
Returns True (.T.) if the file contents are copied into the memo field; returns False (.F.) if not.
参见