点击或拖拽改变大小

CoreDb.RecordPut 方法

X#
Update the current record from an array of bytes

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STATIC METHOD RecordPut(
	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
参见