Click or drag to resize

DbFileSpec.RecCount Property (Typed)

X#
The number of records in the DBF. (Note that "LastRec" is not available in this class, only in the dbServer class)

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

Property Value

Type: Long
The number of records in the DBF. (Note that "LastRec" is not available in this class, only in the dbServer class)
See Also