点击或拖拽改变大小

Functions.VoDbRecordPut 方法 (Byte)

X#
Update the current record from an array of bytes

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION VoDbRecordPut(
	aRecord AS BYTE[]
) AS LOGIC
查看代码

参数

aRecord
类型:Byte
The bytes that form the record. Please note that if the DBF has a memo file, then this array must contain a valid position for the memo attached to the record.

返回值

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