IdxRichEditField.Parent Property
Returns the document field’s parent field, if present.
Declaration
property Parent: IdxRichEditField read;
Property Value
Type |
---|
IdxRichEditField |
Remarks
This property returns a field encompassing the nested document field. If the document field is not nested, the Parent property returns nil.
See Also