Click or drag to resize

CoreDb.FieldName Method

X#
Return the name of a field as a string.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD FieldName(
	nPos AS DWORD
) AS STRING
Request Example View Source

Parameters

nPos
Type: DWord
The 1 based position of the field in the database file structure for the current work area.

Return Value

Type: String
See Also