Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.GetFullyQualifiedFieldName
Returns the fully qualified name of a field.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.GetFullyQualifiedFieldName"; PDF; Field ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Field | The field index or field name. | "FirstName" |
Result
Returns OK or error.
Description
Returns the fully qualified name of a field.Note that children of a radio button, for example, have no name by its own. The export value must be compared to distinguish the children fields in this case.
See also GetFullyQualifiedFieldName function in DynaPDF manual.
See also
Release notes
- Version 14.0
- Added DynaPDF.GetFullyQualifiedFieldName function.
Blog Entries
This function checks for a license.
Created 8th November 2023, last changed 8th November 2023