Gets a collection of all application fields contained in the text part with the input focus. This can be the main text, a text frame or a header or footer. Application fields are Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document. The property value is an object of the type ApplicationFieldCollection. Before loading a document the LoadSettings.ApplicationFieldFormat property must be set, otherwise this collection is empty. The collection contains the fields of the text part with the input focus. This can be the main text, a text frame or a header or footer.

Introduced: 14.0.

Syntax

public ApplicationFieldCollection ApplicationFields { get; }
Public ReadOnly Property ApplicationFields() As ApplicationFieldCollection

Limitations

Runtime only.

Read only.

See Also

Text Fields and Hypertext Links - Hypertext Links.

Further Reading

Learn more about the TXTextControl.TextControl.ApplicationFields Property in the Text Control Blog: