DbServer.FieldPos Method (Typed) | |
Return the position of a specified field within the data server, as a number starting with 1.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldPos(
cFieldName AS USUAL
) AS DWORD
public override uint FieldPos(
Usual cFieldName
)
Request Example
View SourceParameters
- cFieldName
- Type: Usual
The name or symbol of the desired field.
Return Value
Type:
DWord
The field position in the dbServer structure, or zero if not found.
FieldPos() Function
See Also