Click or drag to resize

DBF.GetRec Method

X#
Retrieve the RDD's record buffer as array of bytes.

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

Return Value

Type: Byte
Record buffer of the RDD. This is the original buffer, so changing this buffer may cause corruption !

Implements

GetRec
See Also