Click or drag to resize

DbServer.FieldPutBytes Method

X#
Write an array of bytes direct to the workarea buffer.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldPutBytes(
	uField AS USUAL,
	bValue AS BYTE[]
) AS BYTE[]
Request Example View Source

Parameters

uField
Type: Usual
The position of the field in the database file structure.
bValue
Type: Byte
The value to write to the field

Return Value

Type: Byte
See Also