Back to Devexpress

IdxRichEditSubDocument.Fields Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditsubdocument-57223fe4.md

latest983 B
Original Source

IdxRichEditSubDocument.Fields Property

Provides access to the collection of document fileds.

Declaration

delphi
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

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit