SetXFAFormFieldBorderPresenceA

Form fields

Description

The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to SetXFAFormFieldBorderPresence and string arguments are interpreted using the current SetAnsiMode code page

Sets the border style 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 DLSetXFAFormFieldBorderPresenceA(InstanceID: Integer; XFAFieldName: PAnsiChar; NewPresence: Integer): Integer;

DLL

int DLSetXFAFormFieldBorderPresenceA(int InstanceID, const char * XFAFieldName, int NewPresence);

Parameters

XFAFieldNameThe 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
NewPresence1 = Visible 2 = Invisible 3 = Hidden