点击或拖拽改变大小

Functions.VoDbFilePut 方法

X#
Export field contents from Memo field to file

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION VoDbFilePut(
	nPos AS DWORD,
	cFile AS STRING
) AS LOGIC
查看代码

参数

nPos
类型:UInt32
The 1 based position of the field in the database file structure for the current work area.
cFile
类型:String
The name of the file to write

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
备注
提示 提示:
VoDbFilePut() and CoreDb.FilePut() are aliases
参见