SetXFAFormFieldAccess
Form fields
Description
Sets the access flags of the specified XFA form field. The field name may be a relative template path or a standard template SOM path that starts with $template or xfa.template.
Syntax
Delphi
Function TPDFlib.SetXFAFormFieldAccess(Const XFAFieldName: WideString; NewAccess: Integer): Integer;
ActiveX
Function PDFlib::SetXFAFormFieldAccess(XFAFieldName As String, NewAccess As Long) As Long
DLL
int DLSetXFAFormFieldAccess(int InstanceID, const wchar_t * XFAFieldName, int NewAccess);
Parameters
| XFAFieldName | The XFA template field name to work with; accepts dot-based SOM paths, slash-delimited paths returned by GetXFAFormFieldNames or GetXFAFormFieldName, and $template/... roots; slash-delimited paths preserve literal periods, and dot-delimited SOM paths accept escaped periods such as Line\.Item |
|---|---|
| NewAccess | 1 = Non interactive 2 = Open 3 = Protected 4 = Read only |