Click or drag to resize

DbfColumn.Create Method (DbfField, DBF, Long)

X#
Create a DbfColumn class, based on the definition in the DBF. Used when opening a file.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 STATIC METHOD Create(
	oField REF DbfField,
	oRDD AS DBF,
	nHeaderOffSet AS LONG
) AS DbfColumn
Request Example View Source

Parameters

oField
Type: DbfField
oRDD
Type: DBF
nHeaderOffSet
Type: Long

Return Value

Type: DbfColumn
See Also