Click or drag to resize

DbFileSpec.DbStruct Property (Typed)

X#
An array containing the structure of the DBF file.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY DbStruct AS ARRAY GET 
Request Example View Source

Property Value

Type: Array
An array containing the structure of the DBF file.
Remarks
An array containing the structure of the DBF file. The structure of the current database file in an array whose length is equal to the number of fields in the database file. Each element of the array is a subarray containing information for one field. The subarrays have the following format:
ConstantDescription
DBS_NAMEName (string)
DBS_TYPEType (string)
DBS_LENLength (number)
DBS_DECDecimals (number)
DBS_ALIASAlias (string)
See Also