IdxRichEditSubDocument.Fields Property
In This Article
Provides access to the collection of document fileds.
#Declaration
Delphi
property Fields: IdxRichEditFieldCollection read;
#Property Value
Type |
---|
Idx |
#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