CoreDb.Recno Method | |
Return the current record number.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax STATIC METHOD Recno() AS DWORD
public static uint Recno()
Request Example
View SourceReturn Value
Type:
DWordThe 1 based current record number.
Remarks Tip |
---|
VoDbRecno() and CoreDb.Recno() are aliases |
See Also