Click or drag to resize

DbfDoubleColumn.InitValue Method

X#
Initialize the buffer used for appends. Gets called once when a DBF is opened.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 VIRTUAL METHOD InitValue(
	buffer AS BYTE[]
) AS VOID
Request Example View Source

Parameters

buffer
Type: Byte
See Also