Skip to main content

IdxRichEditSubDocument.Fields Property

Provides access to the collection of document fileds.

Declaration

property Fields: IdxRichEditFieldCollection read;

Property Value

Type
IdxRichEditFieldCollection

Remarks

Use the Fields property to manage fields in the current document. To add a new document field, call the Fields.CreateField function. For more information on fields, refer to the IdxRichEditFieldCollection interface description.

See Also